Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Wed, 6 Dec 2000 06:00:49 +0000 (06:00 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 6 Dec 2000 06:00:49 +0000 (06:00 +0000)
v7/src/compiler/configure
v7/src/configure

index 915abe86ef660ddb4a71f7bbb85163e6f35cdf12..6016e5fb8c48d59a870d09f0cbe5d366fcf38343 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: configure,v 1.2 2000/12/06 05:12:33 cph Exp $
+# $Id: configure,v 1.3 2000/12/06 06:00:49 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -49,5 +49,5 @@ if test ! -f machine; then
     ln -s machines/${MACHINE} machine
 fi
 for FN in compiler.cbf compiler.pkg compiler.sf make.com; do \
-    test -f $${FN} || ln -s machine/$${FN} .; \
+    test -f ${FN} || ln -s machine/${FN} .; \
 done
index 646ab4d2e24704e1087729127a62094df6448aac..a75e245acadde7a41feaba159f95eca4163c9458 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: configure,v 1.2 2000/12/06 05:12:05 cph Exp $
+# $Id: configure,v 1.3 2000/12/06 05:59:24 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -18,7 +18,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-SUBDIRS=microcode compiler
+SUBDIRS="microcode compiler"
 
 for SUBDIR in ${SUBDIRS}; do
     (cd ${SUBDIR} && ./configure)