Skip to content
Snippets Groups Projects
Verified Commit fdca5096 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

One more stylistic improvement

parent 58f771d4
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ for branch in release snapshot; do
filename=${filename#\"}
mb=$((size[i] / (10 ** 6)))
if [[ $branch == release ]]; then
IFS='-' read -ra split <<< "$filename"
readarray -t -d - split <<< "$filename"
if [[ $dir == windows* ]]; then
version=${split[1]}
ext=${filename##*.}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment