white space
This commit is contained in:
parent
d2cfa34be8
commit
ccef0dfbce
1
urchin
1
urchin
@ -35,6 +35,7 @@ recurse() {
|
|||||||
[ -f teardown ] && [ -x teardown ] && ./teardown &>> $stdout_file
|
[ -f teardown ] && [ -x teardown ] && ./teardown &>> $stdout_file
|
||||||
done
|
done
|
||||||
[ -f teardown_dir ] && [ -x teardown_dir ] && ./teardown_dir &>> $stdout_file
|
[ -f teardown_dir ] && [ -x teardown_dir ] && ./teardown_dir &>> $stdout_file
|
||||||
|
echo
|
||||||
)
|
)
|
||||||
elif [ -x "$potential_test" ]
|
elif [ -x "$potential_test" ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user