From 251256cbba467c99fe04ee9b59e0960d28bcfa92 Mon Sep 17 00:00:00 2001 From: GGG Date: Sat, 4 Jan 2025 16:09:53 -0300 Subject: [PATCH] patchShebangs: fix issues with `set -u` --- pkgs/build-support/setup-hooks/patch-shebangs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/setup-hooks/patch-shebangs.sh b/pkgs/build-support/setup-hooks/patch-shebangs.sh index 0553eb04b111..f22da254a791 100644 --- a/pkgs/build-support/setup-hooks/patch-shebangs.sh +++ b/pkgs/build-support/setup-hooks/patch-shebangs.sh @@ -24,7 +24,7 @@ fixupOutputHooks+=(patchShebangsAuto) patchShebangs() { local pathName - local update + local update=false while [[ $# -gt 0 ]]; do case "$1" in