aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-15 13:54:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-15 13:54:28 +1200
commit33bf5e3e5ffc127854d77ddd648b6451cf3e96ec (patch)
tree4145b052349ff3b086fa87e16bca66f69943f832 /bin
parentRestore previous TMUX_BG/FG vars (diff)
downloaddotfiles-33bf5e3e5ffc127854d77ddd648b6451cf3e96ec.tar.gz
dotfiles-33bf5e3e5ffc127854d77ddd648b6451cf3e96ec.zip
Add missing `exit` call to igex(1df)
Diffstat (limited to 'bin')
-rw-r--r--bin/igex.sh1
1 files changed, 1 insertions, 0 deletions
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