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
|
fi
|
||||||
|
|
||||||
# Run or present the Molly guard.
|
# Run or present the Molly guard.
|
||||||
if echo "$(basename "$(fullpath "$1")")" | grep test || $FORCE
|
if basename "$(fullpath "$1")" | grep test || $FORCE
|
||||||
then
|
then
|
||||||
urchin_go "$1"
|
urchin_go "$1"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user