diff options
Diffstat (limited to 'devel/py-grouch')
-rw-r--r-- | devel/py-grouch/pkg-req | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-grouch/pkg-req b/devel/py-grouch/pkg-req index b76981decd7b..49ee2f57973e 100644 --- a/devel/py-grouch/pkg-req +++ b/devel/py-grouch/pkg-req @@ -4,7 +4,7 @@ PATH=$PATH:/usr/local/bin if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then PYTHON_GT=`python -c 'import string, sys; \ - print string.split(sys.version)[0] >= "2.0"'` + print string.split(sys.version)[0] >= "2.0" and 1'` if [ "x${PYTHON_GT}" = "x1" ]; then exit 0 else |