pypy: fix copy-paste error in setup-hook
Introduced in 428fdc879f
("pypy: 2.3 -> 2.4").
This commit is contained in:
parent
e28f8e5cca
commit
25e726b283
@ -6,7 +6,7 @@ toPythonPath() {
|
||||
local paths="$1"
|
||||
local result=
|
||||
for i in $paths; do
|
||||
p="$i/lib/pypy2.3/site-packages"
|
||||
p="$i/lib/pypy2.4/site-packages"
|
||||
result="${result}${result:+:}$p"
|
||||
done
|
||||
echo $result
|
||||
|
Loading…
Reference in New Issue
Block a user