Fix thinko.
authorChris Hanson <org/chris-hanson/cph>
Fri, 27 Jan 2017 07:09:16 +0000 (23:09 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 27 Jan 2017 07:09:16 +0000 (23:09 -0800)
etc/run-three-stages

index a4cd60f88b214029e758fb65643bebf244e7ced6..18cfd1536f386f59e132c5268427f89b9a2d18bd 100755 (executable)
@@ -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