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:
commit
e5a8918909
@ -40,7 +40,7 @@ addToLuaPath() {
|
||||
do
|
||||
addToLuaSearchPathWithCustomDelimiter LUA_CPATH "$PWD/$pattern"
|
||||
done
|
||||
cd -
|
||||
cd - >/dev/null
|
||||
}
|
||||
|
||||
addEnvHooks "$hostOffset" addToLuaPath
|
||||
|
Loading…
Reference in New Issue
Block a user