diff --git a/urchin b/urchin index e41414c..9e6371f 100755 --- a/urchin +++ b/urchin @@ -3,10 +3,10 @@ recurse() { potential_test="$1" - [ potential_test = 'setup_dir' ] && return - [ potential_test = 'teardown_dir' ] && return - [ potential_test = 'setup' ] && return - [ potential_test = 'teardown' ] && return + [ "$potential_test" = 'setup_dir' ] && return + [ "$potential_test" = 'teardown_dir' ] && return + [ "$potential_test" = 'setup' ] && return + [ "$potential_test" = 'teardown' ] && return if [ -d "$potential_test" ] then