match the source in the docs

This commit is contained in:
Thomas Levine 2012-10-08 10:25:23 -04:00
parent f8d345c826
commit 0be1383078
1 changed files with 1 additions and 1 deletions

2
urchin
View File

@ -6,7 +6,7 @@ recurse() {
then then
( (
cd "$potential_test" cd "$potential_test"
[ -f setup ] && [ -x setup ] && ./setup [ -f setup ] && . setup
for test in * for test in *
do recurse "${test}" do recurse "${test}"
done done