Skip to content

Commit 680cc0b

Browse files
committed
downloader - fix shift
1 parent 2883735 commit 680cc0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/dev/download_libs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LEGACY=0
88
SILENT_ARGS=""
99
NO_SSL=""
1010
BLEEDING_EDGE=0
11-
DL_VERSION=2.6.2
11+
DL_VERSION=2.6.3
1212
TAG=""
1313

1414
printHelp(){
@@ -122,6 +122,7 @@ while [[ $# -gt 0 ]]; do
122122
;;
123123
-t|--tag)
124124
TAG="$2"
125+
shift # past argument
125126
;;
126127
-l|--legacy)
127128
LEGACY=1

0 commit comments

Comments
 (0)