etcupdate: add “”

This commit is contained in:
tschettervictor
2025-01-13 08:41:14 -07:00
committed by GitHub
parent 86c5b4928b
commit cab6f1a217

View File

@@ -163,7 +163,7 @@ while [ "$#" -gt 0 ]; do
RELEASE="${2}"
bootstrap_etc_release "${RELEASE}"
bootstrap_etc_tarball "${RELEASE}"
shift $#
shift "$#"
fi
;;
*)