From 4d073e6ec728311d376b83beff8d7c1060ce6ebc Mon Sep 17 00:00:00 2001 From: mzp Date: Sun, 13 Sep 2009 20:29:08 +0900 Subject: [PATCH] bugfix: test driver --- scm/example/module/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/example/module/run.sh b/scm/example/module/run.sh index 68e974b..e403761 100644 --- a/scm/example/module/run.sh +++ b/scm/example/module/run.sh @@ -1,7 +1,7 @@ ROOT=$1 cd $(dirname $0) ${ROOT}/scm/habc-scm -c -I "${ROOT}/lib/habc:." fact.scm -${ROOT}/habc-scm -I "${ROOT}/lib/habc/:." fact.ho main.scm +${ROOT}/scm/habc-scm -I "${ROOT}/lib/habc/:." fact.ho main.scm res=$(avmplus a.abc) if [[ $res == 3628800 ]]; then -- 2.11.0