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:
2beb916
)
Eliminate bash-isms.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 11 Mar 2012 08:40:37 +0000
(
00:40
-0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 11 Mar 2012 08:40:37 +0000
(
00:40
-0800)
src/etc/make-native.sh
patch
|
blob
|
history
diff --git
a/src/etc/make-native.sh
b/src/etc/make-native.sh
index e6a05e043c2a09d786062a18223442e73c9293c8..f0b7c2e1ea2aa50032ce5d4cda401742e67afffa 100755
(executable)
--- a/
src/etc/make-native.sh
+++ b/
src/etc/make-native.sh
@@
-56,16
+56,15
@@
export MIT_SCHEME_EXE
script_name="${0}"
report_error ()
{
- local line
cat <<EOF
*** Error in ${script_name}
This script builds MIT/GNU Scheme a native back end, starting from
MIT/GNU Scheme with the portable C back end.
EOF
- printf '\n'
+ echo
cat
- printf '\n'
+ echo
cat <<EOF
If you have installed MIT/GNU Scheme with the portable C back end in
an unusual location, set the environment variable MIT_SCHEME_EXE to