remove pointless use of echo

This commit is contained in:
David Jones 2013-06-27 18:27:40 +01:00
parent d9902c0b11
commit 0110a72965

2
urchin
View File

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