This commit is contained in:
Thomas Levine 2012-10-10 14:43:41 -04:00
parent ea5e74b03e
commit 693e6cd438
1 changed files with 4 additions and 4 deletions

8
urchin
View File

@ -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