Skip to content

Commit

Permalink
fix silly bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rade committed Apr 3, 2015
1 parent fdea7d9 commit 582b582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/multiweave
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

START=${FIRST_WEAVE:-1}
COUNT=${NUM_WEAVES:-28}
FINISH=$((FIRST_WEAVE+COUNT-1))
FINISH=$((START+COUNT-1))

case "$1" in
launch)
Expand Down

0 comments on commit 582b582

Please sign in to comment.