From f79968916f1879300db6fd426f6e2835abd7c8f8 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 26 Jan 2017 23:09:16 -0800 Subject: [PATCH] Fix thinko. --- etc/run-three-stages | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/run-three-stages b/etc/run-three-stages index a4cd60f88..18cfd1536 100755 --- 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 -- 2.25.1