From 0be1383078fdad1c2be7f5c3a436eefcc4538bff Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Mon, 8 Oct 2012 10:25:23 -0400 Subject: [PATCH] match the source in the docs --- urchin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urchin b/urchin index 5485217..3de84b7 100755 --- a/urchin +++ b/urchin @@ -6,7 +6,7 @@ recurse() { then ( cd "$potential_test" - [ -f setup ] && [ -x setup ] && ./setup + [ -f setup ] && . setup for test in * do recurse "${test}" done