index : releng | |
Archlinux32 release engineering | gitolite user |
summaryrefslogtreecommitdiff |
-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 |