makefile.ss and ikarusdoc now use "/usr/bin/env ikarus" in the shebang
line.
This commit is contained in:
parent
1e572559b7
commit
0a01d8b4b8
|
@ -1,4 +1,4 @@
|
|||
#!/Users/aghuloum/.opt/bin/ikarus --script
|
||||
#!/usr/bin/env ikarus --script
|
||||
(define get-comments
|
||||
(lambda (file-name)
|
||||
(define comments '())
|
||||
|
|
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
#!../bin/ikarus -b ikarus.boot --script
|
||||
#!/usr/bin/env ikarus -b ikarus.boot --script
|
||||
|
||||
;;; 9.1: * starting with libnumerics
|
||||
;;; 9.0: * graph marks for both reader and writer
|
||||
|
@ -15,7 +15,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
(define macros
|
||||
'(|#primitive| lambda case-lambda set! quote begin define if letrec
|
||||
foreign-call $apply
|
||||
|
|
Loading…
Reference in New Issue