pypy: correctly bump the version

This commit is contained in:
Domen Kožar
2014-06-19 17:53:22 +02:00
parent e0de0bc470
commit ad666c56ff
3 changed files with 3 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
addPythonPath() {
addToSearchPathWithCustomDelimiter : PYTHONPATH $1/lib/pypy2.2/site-packages
addToSearchPathWithCustomDelimiter : PYTHONPATH $1/lib/pypy2.3/site-packages
}
toPythonPath() {
local paths="$1"
local result=
for i in $paths; do
p="$i/lib/pypy2.2/site-packages"
p="$i/lib/pypy2.3/site-packages"
result="${result}${result:+:}$p"
done
echo $result