python: change condition check for legacy opt for Python3
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 9 Sep 2019 10:10:22 +0000 (13:10 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 20 Sep 2019 10:42:21 +0000 (13:42 +0300)
commitb104c56e2ba23e972d8f14280b41dd54f22ba302
treea50e053ef402d5648bedc4efe8e2cedf07c610da
parent52d79aaeae094e3871494cb9f74e1635abc661ac
python: change condition check for legacy opt for Python3

As I remember this worked.
But since `set -e` is set, I am a bit paranoid about it. In the sense that
it may fail if `ver` != 3.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/python-package-install.sh