index : releng | |
Archlinux32 release engineering | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | check-iso | 4 |
@@ -108,7 +108,7 @@ while [ $# -gt 0 ]; do break ;; *) - >&2 printf 'Whoops, option "%s" is not yet implemented!\n' "$1" >&2 + printf 'Whoops, option "%s" is not yet implemented!\n' "$1" >&2 exit 42 ;; esac @@ -116,7 +116,7 @@ while [ $# -gt 0 ]; do done if [ $# -gt 0 ]; then - >&2 echo 'Too many arguments.' >&2 + >&2 echo 'Too many arguments.' exit 2 fi |