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:
9123267
)
Make sure that run-three-stages looks at "build" before "svm".
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 22 Apr 2018 06:28:35 +0000
(23:28 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 22 Apr 2018 06:28:35 +0000
(23:28 -0700)
etc/run-three-stages
patch
|
blob
|
history
diff --git
a/etc/run-three-stages
b/etc/run-three-stages
index e5fa0fbce6aec9bc3af2a7c68cd793d85b828639..36ab183c8d540beaba1065a799039ad3121b2340 100755
(executable)
--- a/
etc/run-three-stages
+++ b/
etc/run-three-stages
@@
-146,7
+146,7
@@
find_stage0_default ()
fi
done
done
- for candidate in svm1 svm; do
+ for candidate in
build
svm1 svm; do
if [[ -d ${candidate} ]]; then
echo "${candidate}"
return