patchShebangs: fix issues with set -u

This commit is contained in:
GGG
2025-01-04 16:10:32 -03:00
parent 5999408249
commit 251256cbba
@@ -24,7 +24,7 @@ fixupOutputHooks+=(patchShebangsAuto)
patchShebangs() {
local pathName
local update
local update=false
while [[ $# -gt 0 ]]; do
case "$1" in