Loading pkgs/build-support/setup-hooks/add-bin-to-path.sh +1 −2 Original line number Diff line number Diff line Loading @@ -9,5 +9,4 @@ addBinToPath () { export PATH } # shellcheck disable=SC2154 addEnvHooks "$targetOffset" addBinToPath postHooks+=(addBinToPath) pkgs/build-support/setup-hooks/writable-tmpdir-as-home.sh +1 −2 Original line number Diff line number Diff line Loading @@ -11,5 +11,4 @@ writableTmpDirAsHome () { fi } # shellcheck disable=SC2154 addEnvHooks "$targetOffset" writableTmpDirAsHome postHooks+=(writableTmpDirAsHome) Loading
pkgs/build-support/setup-hooks/add-bin-to-path.sh +1 −2 Original line number Diff line number Diff line Loading @@ -9,5 +9,4 @@ addBinToPath () { export PATH } # shellcheck disable=SC2154 addEnvHooks "$targetOffset" addBinToPath postHooks+=(addBinToPath)
pkgs/build-support/setup-hooks/writable-tmpdir-as-home.sh +1 −2 Original line number Diff line number Diff line Loading @@ -11,5 +11,4 @@ writableTmpDirAsHome () { fi } # shellcheck disable=SC2154 addEnvHooks "$targetOffset" writableTmpDirAsHome postHooks+=(writableTmpDirAsHome)