Commit b5066be9 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

build-support: update `writableTmpDirAsHome`, use `postHooks`

parent 3a28ae97
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -11,5 +11,4 @@ writableTmpDirAsHome () {
    fi
}

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