mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
commit
4df0513d6e
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -317,7 +317,7 @@ sexp run_main (int argc, char **argv) {
|
|||
main_symbol = "main";
|
||||
/* skip option parsing since we can't pass `--` before the name of script */
|
||||
/* to avoid misinterpret the name as options when the interpreter is */
|
||||
/* executed via `#!/usr/env/bin scheme-r7rs` shebang. */
|
||||
/* executed via `#!/usr/bin/env scheme-r7rs` shebang. */
|
||||
i = 1;
|
||||
goto done_options;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue