Merge pull request #54961 from dtzWill/update/lua-setuphook-shoosh-hush-please

lua-5 setup-hook: quiet noisy 'cd -' printing path repeatedly
This commit is contained in:
Will Dietz
2019-01-30 22:54:33 -06:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ addToLuaPath() {
do
addToLuaSearchPathWithCustomDelimiter LUA_CPATH "$PWD/$pattern"
done
cd -
cd - >/dev/null
}
addEnvHooks "$hostOffset" addToLuaPath