Commit f6b46e77 authored by Andrew Murray's avatar Andrew Murray
Browse files

Removed unused default value for suffix variable

parent e82b475d
...@@ -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";;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment