[Python-modules-team] Bug#668519: (no subject)

Koichi Akabe vbkaisetsu at gmail.com
Thu Apr 12 13:35:56 UTC 2012


Hi,

I think debian/py.test.sh on the source package contains the error at line 3.

> PYVERSION=`cut $0 -d '-' -f 2`

'cut' splits the data of the file $0, so it will split the source code.
I think the following code works fine

PYVERSION=`echo $0 | cut -d '-' -f 2`

-- 
Koichi Akabe
 vbkaisetsu at {gmail.com}





More information about the Python-modules-team mailing list