Fix Gambit version bin

This commit is contained in:
retropikzel 2026-02-20 08:25:23 +02:00
parent 2742a2c858
commit c63ca60170
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ else
"gambit") "gambit")
scheme_cmd="gsi -:r7rs \"${venvpath}/lib/\" \"\${IF}\"" scheme_cmd="gsi -:r7rs \"${venvpath}/lib/\" \"\${IF}\""
scheme_repl_cmd="gsi -:r7rs \"${venvpath}/lib/\"" scheme_repl_cmd="gsi -:r7rs \"${venvpath}/lib/\""
scheme_version_cmd="gsc -v | awk '{print(\$1);}'" scheme_version_cmd="gsc -v | awk '{print(\$1);}' | sed 's/v//'"
scheme_compile_cmd="gsc -:r7rs -o \"\${OF}\" -exe -nopreload \"${venvpath}/lib/\" \"\${IF}\"" scheme_compile_cmd="gsc -:r7rs -o \"\${OF}\" -exe -nopreload \"${venvpath}/lib/\" \"\${IF}\""
;; ;;
"gauche") "gauche")