remove pointless use of echo
This commit is contained in:
parent
d9902c0b11
commit
0110a72965
2
urchin
2
urchin
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user