From 0ca55d155b9104dcb1f9e707322c6f69e988fffb Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Wed, 27 Jan 2016 01:05:43 +0000 Subject: [PATCH] oops --- urchin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urchin b/urchin index 5594bda..aa47773 100755 --- a/urchin +++ b/urchin @@ -181,7 +181,7 @@ urchin_go() { printf '%s\n' "$2 $(plural test "$2") failed." printf '\033[m' fi - test "$2" -eq '0' + test -z "$2" || test "$2" -eq '0' } urchin_molly_guard() {