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
|
do
|
||||||
addToLuaSearchPathWithCustomDelimiter LUA_CPATH "$PWD/$pattern"
|
addToLuaSearchPathWithCustomDelimiter LUA_CPATH "$PWD/$pattern"
|
||||||
done
|
done
|
||||||
cd -
|
cd - >/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
addEnvHooks "$hostOffset" addToLuaPath
|
addEnvHooks "$hostOffset" addToLuaPath
|
||||||
|
|
Loading…
Reference in New Issue