Unverified Commit 70ab4640 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

build-support: update hooks (#378927)

parents e522ddbc b5066be9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -9,5 +9,4 @@ addBinToPath () {
    export PATH
}

# shellcheck disable=SC2154
addEnvHooks "$targetOffset" addBinToPath
postHooks+=(addBinToPath)
+1 −2
Original line number Diff line number Diff line
@@ -11,5 +11,4 @@ writableTmpDirAsHome () {
    fi
}

# shellcheck disable=SC2154
addEnvHooks "$targetOffset" writableTmpDirAsHome
postHooks+=(writableTmpDirAsHome)