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