From 693e6cd438ebc8b4cd5850745fc2a7a431146bd7 Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Wed, 10 Oct 2012 14:43:41 -0400 Subject: [PATCH] oops --- urchin | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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