Removed spurious output from grep.

This commit is contained in:
David Jones 2013-06-28 10:47:51 +01:00
parent 0110a72965
commit e892c565cb

2
urchin
View File

@ -148,7 +148,7 @@ if [ "$#" != '1' ] && [ ! -d "$1" ]
fi
# Run or present the Molly guard.
if basename "$(fullpath "$1")" | grep test || $FORCE
if basename "$(fullpath "$1")" | grep test > /dev/null || $FORCE
then
urchin_go "$1"
else