Adapt to another change in built-in object handle naming.
authorChris Hanson <org/chris-hanson/cph>
Sun, 15 Apr 2007 19:21:17 +0000 (19:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 15 Apr 2007 19:21:17 +0000 (19:21 +0000)
v7/src/etc/c-initial-bands.sh

index 0571d2f48f4660dc275e789adc083d5db5edc1bf..53c3bed12147ac23230bbd11ab5c844bbab11970 100755 (executable)
@@ -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
 )