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
commit e5a8918909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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