diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-05-14 01:20:33 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-05-14 01:20:33 +0200 |
commit | a16e92800d6d44801b02e754329a5da38052f346 (patch) | |
tree | 2908bd2b63dc71c8f19d637e82d2ee95e2cbe843 | |
parent | 7c9ff4bfe76e078cd469ef909bd3d5d91389763f (diff) | |
download | afl++-a16e92800d6d44801b02e754329a5da38052f346.tar.gz |
prefer python3
-rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 2 | ||||
m--------- | unicorn_mode/unicornafl | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 805ac1ea..dbe3d009 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -65,7 +65,7 @@ if [ ! -f "../afl-showmap" ]; then fi -PYTHONBIN=`command -v python || command -v python3 || command -v python2 || echo python` +PYTHONBIN=`command -v python3 || command -v python || command -v python2 || echo python3` MAKECMD=make EASY_INSTALL='easy_install' TARCMD=tar diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl -Subproject a5b79002ca18219c83f9aec4e71007917c6be2e +Subproject 94c1976975518691a03602f7ec5a817e2f34118 |