From 302e3218b7d487539ec305bf23881a6ee7d5be99 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:29 -0800 Subject: Import Upstream version 5e1 --- compile.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compile.scm') 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) -- cgit v1.2.3