build-support: update hooks (#378927)

This commit is contained in:
Pol Dellaiera
2025-02-03 13:55:25 +01:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
@@ -9,5 +9,4 @@ addBinToPath () {
export PATH
}
# shellcheck disable=SC2154
addEnvHooks "$targetOffset" addBinToPath
postHooks+=(addBinToPath)
@@ -11,5 +11,4 @@ writableTmpDirAsHome () {
fi
}
# shellcheck disable=SC2154
addEnvHooks "$targetOffset" writableTmpDirAsHome
postHooks+=(writableTmpDirAsHome)