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:
a0f6047
)
Use SCHEME_COMPILER variable to allow end-user override.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 29 Jan 2002 20:49:56 +0000
(20:49 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 29 Jan 2002 20:49:56 +0000
(20:49 +0000)
v7/src/microcode/utabmd.sh
patch
|
blob
|
history
diff --git
a/v7/src/microcode/utabmd.sh
b/v7/src/microcode/utabmd.sh
index a70929aff4111abc8849d83286ead610566b7020..6ebe8be7f997ecf263723333f8d1a0b64629fdb2 100755
(executable)
--- a/
v7/src/microcode/utabmd.sh
+++ b/
v7/src/microcode/utabmd.sh
@@
-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