Fix parsing arguments
Aimee OS/container-images/pipeline/head This commit looks good Details

Infinite loop much?
build/main
Dustin 2024-12-21 17:11:01 -06:00
parent ec9ccd6b3b
commit 9c78ac71ee
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ while [ $# -gt 0 ]; do
exit 2 exit 2
;; ;;
esac esac
shift
done done
if [ -z "${base-}" ]; then if [ -z "${base-}" ]; then