build-support: update addBinToPathHook hook

This commit is contained in:
Pol Dellaiera
2025-01-30 22:15:10 +01:00
parent 3c0e15f4f6
commit 62d4ca6101
@@ -5,10 +5,8 @@ export PATH
addBinToPath () {
# shellcheck disable=SC2154
if [ -d "$out/bin" ]; then
PATH="$out/bin:$PATH"
export PATH
fi
PATH="$out/bin:$PATH"
export PATH
}
# shellcheck disable=SC2154