mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
lua-5 setup-hook: quiet noisy 'cd -' printing path repeatedly
This commit is contained in:
parent
18ad447b6f
commit
d96dcb66fb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ addToLuaPath() {
|
|||
do
|
||||
addToLuaSearchPathWithCustomDelimiter LUA_CPATH "$PWD/$pattern"
|
||||
done
|
||||
cd -
|
||||
cd - >/dev/null
|
||||
}
|
||||
|
||||
addEnvHooks "$hostOffset" addToLuaPath
|
||||
|
|
Loading…
Reference in a new issue