diff options
| -rw-r--r-- | pyraf/build.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pyraf/build.sh b/pyraf/build.sh index f82b08e..110c3f4 100644 --- a/pyraf/build.sh +++ b/pyraf/build.sh @@ -6,7 +6,7 @@ fi  if [[ $PY3K > 0 ]]; then  set +e -    2to3 -w --fix=print,except,numliterals . +    2to3 -w .  fi  python setup.py install || exit 1 | 
