projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
089040e
)
Fix typo: missing value for --fasl option.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 4 May 2007 01:26:10 +0000
(
01:26
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 4 May 2007 01:26:10 +0000
(
01:26
+0000)
v7/src/etc/build-runtime.sh
patch
|
blob
|
history
diff --git
a/v7/src/etc/build-runtime.sh
b/v7/src/etc/build-runtime.sh
index 164cfd2ac37fec083b300ec88440aa9f96236428..0a1a7de6c98a768633601d408324984e83071530 100755
(executable)
--- a/
v7/src/etc/build-runtime.sh
+++ b/
v7/src/etc/build-runtime.sh
@@
-1,6
+1,6
@@
#!/bin/sh
#
-# $Id: build-runtime.sh,v 1.
1 2007/05/03 03:45:51
cph Exp $
+# $Id: build-runtime.sh,v 1.
2 2007/05/04 01:26:10
cph Exp $
#
# Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
# 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
@@
-29,7
+29,7
@@
echo "cd runtime"
cd runtime
if [ -f make.o ]; then
- FASL=
+ FASL=
runtime_make.so
elif [ -f make.com ]; then
FASL=make.com
else