aboutsummaryrefslogtreecommitdiffstats
path: root/compile.scm
diff options
context:
space:
mode:
Diffstat (limited to 'compile.scm')
-rwxr-xr-xcompile.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/compile.scm b/compile.scm
index 1242231..2cd9170 100755
--- a/compile.scm
+++ b/compile.scm
@@ -1,5 +1,5 @@
#! /bin/sh
-:;exec scm -e"(set! *script* \"$0\")" -f$0 $*
+:;exec scm -e"(set! *script* \"$0\")" -f$0 "$@"
;; Copyright (C) 1992-2002 Free Software Foundation, Inc.
;;
@@ -64,7 +64,7 @@ Usage: compile.scm FILE1.scm FILE2.scm ...
for your computer (for instance, `.o'). FILE1.scm must be in the
current directory; FILE2.scm ... can be in other directories.
-http://swissnet.ai.mit.edu/~jaffer/SCM
+http://swiss.csail.mit.edu/~jaffer/SCM
"
(current-error-port))
#f)