Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
f6b46e77
Commit
f6b46e77
authored
May 30, 2020
by
Andrew Murray
Browse files
Removed unused default value for suffix variable
parent
e82b475d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
common_utils.sh
common_utils.sh
+0
-1
No files found.
common_utils.sh
View file @
f6b46e77
...
@@ -440,7 +440,6 @@ function install_pypy {
...
@@ -440,7 +440,6 @@ function install_pypy {
# sets
$PYTHON_EXE
variable to python executable
# sets
$PYTHON_EXE
variable to python executable
local version=
$1
local version=
$1
suffix=linux64
case "
$PLAT
" in
case "
$PLAT
" in
"
x86_64
") suffix="
linux64
";;
"
x86_64
") suffix="
linux64
";;
"
i686
") suffix="
linux32
";;
"
i686
") suffix="
linux32
";;
...
...
Write
Preview
Markdown
is supported
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