diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-05-14 21:51:51 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-05-14 21:51:51 +0200 |
commit | 11f3b487eea86c203b9313b8d3c2df0575c65871 (patch) | |
tree | a118595c58318722bfce986d481731a487f4d7cb | |
parent | 4c253aedae6aec48d527668d699d124962d82821 (diff) | |
download | afl++-11f3b487eea86c203b9313b8d3c2df0575c65871.tar.gz |
corrected info about python
-rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 08a2238d..4488f795 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -120,7 +120,7 @@ for PYTHON in $PYTHONS ; do done if [ "0" = $EASY_INSTALL_FOUND ]; then - echo "[-] Error: Python setup-tools not found. Run `sudo apt-get install python-setuptools`, or install python3-setuptools, or run `python -m ensurepip`, or create a virtualenv, or ..." + echo "[-] Error: Python setup-tools not found. Run `sudo apt-get install python-setuptools`, or install python3-setuptools, or run `$PYTHONBIN -m ensurepip`, or create a virtualenv, or ..." PREREQ_NOTFOUND=1 fi |