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

View File

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