makefile.ss and ikarusdoc now use "/usr/bin/env ikarus" in the shebang

line.
This commit is contained in:
Abdulaziz Ghuloum 2006-12-24 12:08:18 +03:00
parent 1e572559b7
commit 0a01d8b4b8
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/Users/aghuloum/.opt/bin/ikarus --script
#!/usr/bin/env ikarus --script
(define get-comments
(lambda (file-name)
(define comments '())

Binary file not shown.

View File

@ -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