index : releng | |
Archlinux32 release engineering | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-05 14:15:43 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-05 14:15:43 +0100 |
commit | 24d641d2acbbb320fa69fbfd6bf75fda2b3e78d9 (patch) | |
tree | 2d48e2b7322f452a100e218f09b982833abb6763 /build-iso | |
parent | c318e95c4ad7315444782429562ecc4d803d843e (diff) |
-rwxr-xr-x | build-iso | 4 |
@@ -94,7 +94,7 @@ while [ $# -gt 0 ]; do break ;; *) - >&2 printf 'Whoops, option "%s" is not yet implemented!\n' "$1" >&2 + >&2 printf 'Whoops, option "%s" is not yet implemented!\n' "$1" exit 42 ;; esac @@ -102,7 +102,7 @@ while [ $# -gt 0 ]; do done if [ $# -gt 0 ]; then - >&2 echo 'Too many arguments.' >&2 + >&2 echo 'Too many arguments.' exit 2 fi |