From eddebe8db5c24c7812a70681358da2420eefa228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Sun, 7 Jan 2024 01:46:30 -0500 Subject: [PATCH] $prog.ape is now literal --- ape/ape-m1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ape/ape-m1.c b/ape/ape-m1.c index ce1609a53..03059ea81 100644 --- a/ape/ape-m1.c +++ b/ape/ape-m1.c @@ -997,7 +997,7 @@ int main(int argc, char **argv, char **envp) { but it will if you say: ln -sf /usr/local/bin/ape /opt/cosmos/bin/bash.ape and then use #!/opt/cosmos/bin/bash.ape instead. */ - M->ps.literally = 0; + M->ps.literally = 1; argc = sp[0]; argv = (char **)(sp + 1); } else if ((M->ps.literally = argc >= 3 && !StrCmp(argv[1], "-"))) {