You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-backup/backintime/files/backintime-1.1.4-python-ver...

12 lines
428 B

--- backintime-1.1.4/common/configure
+++ backintime-1.1.4/common/configure
@@ -84,7 +84,7 @@
done
printf "\n" >> Makefile
-if [ $(python${PYVERSION} --version | grep -c "^Python 3") -ne 1 ]; then
+if [ $(python${PYVERSION} --version 2>&1 | grep -c "^Python 3") -ne 1 ]; then
printf "Warning: Wrong Python version.\n"
printf "Please make sure Python 3.x is used by adding '--python' or '--python3'.\n"
exit 1