build-support: update hooks (#378927)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user