From 33bf5e3e5ffc127854d77ddd648b6451cf3e96ec Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 15 Jun 2017 13:54:28 +1200 Subject: Add missing `exit` call to igex(1df) --- bin/igex.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/igex.sh b/bin/igex.sh index 09f1206f..b8ef3092 100644 --- a/bin/igex.sh +++ b/bin/igex.sh @@ -3,6 +3,7 @@ # There should be at least two arguments if [ "$#" -eq 0 ] ; then printf >&2 'igs: Need an ignore list x,y,z and a command\n'; + exit 2 fi # The list of values to ignore is the first argument; add a trailing comma for -- cgit v1.2.3