From 24d641d2acbbb320fa69fbfd6bf75fda2b3e78d9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 5 Feb 2022 14:15:43 +0100 Subject: build-iso check-iso cleanup-isos: small cleanups --- check-iso | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check-iso') 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 -- cgit v1.2.3-54-g00ecf