diff options
-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 |