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:
73739b0
)
Adapt to another change in built-in object handle naming.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 15 Apr 2007 19:21:17 +0000
(19:21 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 15 Apr 2007 19:21:17 +0000
(19:21 +0000)
v7/src/etc/c-initial-bands.sh
patch
|
blob
|
history
diff --git
a/v7/src/etc/c-initial-bands.sh
b/v7/src/etc/c-initial-bands.sh
index 0571d2f48f4660dc275e789adc083d5db5edc1bf..53c3bed12147ac23230bbd11ab5c844bbab11970 100755
(executable)
--- a/
v7/src/etc/c-initial-bands.sh
+++ b/
v7/src/etc/c-initial-bands.sh
@@
-1,6
+1,6
@@
#!/bin/sh
#
-# $Id: c-initial-bands.sh,v 1.
3 2007/04/14 03:54:50
cph Exp $
+# $Id: c-initial-bands.sh,v 1.
4 2007/04/15 19:21:17
cph Exp $
#
# Copyright 2007 Massachusetts Institute of Technology
#
@@
-25,7
+25,7
@@
set -e
(
cd runtime
- ../microcode/scheme --library ../lib --fasl runtime_make.
bin
<<EOF
+ ../microcode/scheme --library ../lib --fasl runtime_make.
so
<<EOF
(disk-save "../lib/runtime.com")
EOF
)