aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2025-01-16 11:44:14 -0800
committerKaz Kylheku <kaz@kylheku.com>2025-01-16 11:44:14 -0800
commit8f16311831fee57605105813420115b7dd61d2f3 (patch)
tree54e1ba89ae5799c17cce134822e52b8a1c9a2b63
parentc16466e9d12aeea064fa3b0d2b3f0823c152b5f8 (diff)
downloadmnpgr-8f16311831fee57605105813420115b7dd61d2f3.tar.gz
mnpgr-8f16311831fee57605105813420115b7dd61d2f3.tar.bz2
mnpgr-8f16311831fee57605105813420115b7dd61d2f3.zip
Specify txrlisp in hash bang line.
- Let's use #!/usr/bin/env txlisp. This way the compiler will translate that to txrvm, and so the program will work when unsuffixed, whether source code or compiled.
-rwxr-xr-xmnpgr.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mnpgr.tl b/mnpgr.tl
index 4278f3e..46619c9 100755
--- a/mnpgr.tl
+++ b/mnpgr.tl
@@ -1,4 +1,4 @@
-#!/usr/bin/env txr
+#!/usr/bin/env txrlisp
;; Copyright 2023
;; Kaz Kylheku <kaz@kylheku.com>