Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
fix(upgr): hack fix steps - without enumerating them it does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed Aug 9, 2018
1 parent 75e7e8a commit fe8dfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Upgrade/upgrade-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ declare -A CONF=( # Wrapped in an array not to type var-names twice.
[VERBOSE]="$VERBOSE"
[AIODIR]="${AIODIR:=}"
[WINPYDIR]="${WINPYDIR:=}"
[STEPS]="${STEPS=}" # 1-based
[STEPS]="${STEPS:=1 2 3 4 5}" # 1-based
[DRY_RUN]="${DRY_RUN:=}"
[KEEP_GOING]="${KEEP_GOING:=}"
[DEBUG]="${DEBUG:=}"
Expand Down

0 comments on commit fe8dfad

Please sign in to comment.