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:
dc1b075
)
Fix thinko.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 27 Jan 2017 07:09:16 +0000
(23:09 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 27 Jan 2017 07:09:16 +0000
(23:09 -0800)
etc/run-three-stages
patch
|
blob
|
history
diff --git
a/etc/run-three-stages
b/etc/run-three-stages
index a4cd60f88b214029e758fb65643bebf244e7ced6..18cfd1536f386f59e132c5268427f89b9a2d18bd 100755
(executable)
--- a/
etc/run-three-stages
+++ b/
etc/run-three-stages
@@
-41,6
+41,7
@@
if ! [[ -d .git && -d src && -d etc ]]; then
exit 1
fi
+MAX_STAGE=3
if (( ${#} > 0 )); then
case ${1} in
-1)
@@
-55,9
+56,6
@@
if (( ${#} > 0 )); then
MAX_STAGE=3
shift
;;
- *)
- MAX_STAGE=3
- ;;
esac
fi