This commit is contained in:
Thomas Levine 2016-01-27 01:05:43 +00:00
parent 8d55550248
commit 0ca55d155b

2
urchin
View File

@ -181,7 +181,7 @@ urchin_go() {
printf '%s\n' "$2 $(plural test "$2") failed." printf '%s\n' "$2 $(plural test "$2") failed."
printf '\033[m' printf '\033[m'
fi fi
test "$2" -eq '0' test -z "$2" || test "$2" -eq '0'
} }
urchin_molly_guard() { urchin_molly_guard() {