unicornafl build script: python version is critical

This commit is contained in:
hexcoder 2020-05-13 17:39:00 +02:00 committed by GitHub
parent b6be906082
commit bd94d5fce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ if [ ! -f "../afl-showmap" ]; then
fi
PYTHONBIN=`command -v python3 || command -v python || echo python`
PYTHONBIN=`command -v python || command -v python3 || command -v python2 || echo python`
MAKECMD=make
EASY_INSTALL='easy_install'
TARCMD=tar