Skip to content

Commit 8a24847

Browse files
committed
run-chibi.sh: prepend path to take the current implementation first.
1 parent c4e4e22 commit 8a24847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srfi/run-chibi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
chibi-scheme -A $(pwd)/.. run-r7rs-checks.scm 180/checks.sld $1
2+
chibi-scheme -I $(pwd)/.. run-r7rs-checks.scm 180/checks.sld $1

0 commit comments

Comments
 (0)