Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/check-iso
diff options
context:
space:
mode:
Diffstat (limited to 'check-iso')
-rwxr-xr-xcheck-iso4
1 files changed, 2 insertions, 2 deletions
diff --git a/check-iso b/check-iso
index 65b2c57..6d2d6c1 100755
--- a/check-iso
+++ b/check-iso
@@ -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