diff options
Diffstat (limited to 'databases/zodb3/pkg-req')
-rw-r--r-- | databases/zodb3/pkg-req | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/zodb3/pkg-req b/databases/zodb3/pkg-req index ee4d9957297d..d5d99df207bb 100644 --- a/databases/zodb3/pkg-req +++ b/databases/zodb3/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.1"'` + print string.split(sys.version)[0] >= "2.1" and 1'` if [ "x${PYTHON_GT}" = "x1" ]; then exit 0 else |