Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sébastien Villemot
website
Commits
fdca5096
Verified
Commit
fdca5096
authored
Sep 13, 2019
by
Sébastien Villemot
Browse files
One more stylistic improvement
parent
58f771d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup-download-links.sh
View file @
fdca5096
...
...
@@ -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
##*.
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment