Use SCHEME_COMPILER variable to allow end-user override.
authorChris Hanson <org/chris-hanson/cph>
Tue, 29 Jan 2002 20:49:56 +0000 (20:49 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 29 Jan 2002 20:49:56 +0000 (20:49 +0000)
v7/src/microcode/utabmd.sh

index a70929aff4111abc8849d83286ead610566b7020..6ebe8be7f997ecf263723333f8d1a0b64629fdb2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: utabmd.sh,v 1.1 2002/01/29 20:42:57 cph Exp $
+# $Id: utabmd.sh,v 1.2 2002/01/29 20:49:56 cph Exp $
 #
 # Copyright (c) 2002 Massachusetts Institute of Technology
 #
@@ -22,4 +22,4 @@
 if [ -z "${SCHEME_COMPILER}" ]; then
     SCHEME_COMPILER="scheme -compiler"
 fi
-$(SCHEME_COMPILER) -eval '(sf "utabmd")' < /dev/null
+${SCHEME_COMPILER} -eval '(sf "utabmd")' < /dev/null