white space

This commit is contained in:
Thomas Levine 2012-10-11 01:17:20 -04:00
parent d2cfa34be8
commit ccef0dfbce

1
urchin
View File

@ -35,6 +35,7 @@ recurse() {
[ -f teardown ] && [ -x teardown ] && ./teardown &>> $stdout_file
done
[ -f teardown_dir ] && [ -x teardown_dir ] && ./teardown_dir &>> $stdout_file
echo
)
elif [ -x "$potential_test" ]
then