From 681f7812083a643443d970dc3e8b46b0067646b4 Mon Sep 17 00:00:00 2001 From: phillbush Date: Sun, 2 May 2021 21:52:21 -0300 Subject: [PATCH] it's /usr/bin/env --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 3e3bc2c6..c1679ce9 100644 --- a/main.c +++ b/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; }