diff options
-rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 2fa3c2b2..447ec4d8 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -106,7 +106,7 @@ for i in $PYTHONBIN automake autoconf git $MAKECMD $TARCMD; do fi done - +set -x # some python version should be available now PYTHONS="`command -v python3` `command -v python` `command -v python2`" EASY_INSTALL_FOUND=0 @@ -134,7 +134,7 @@ if [ "0" = $EASY_INSTALL_FOUND ]; then PREREQ_NOTFOUND=1 fi - +set +x if echo "$CC" | grep -qF /afl-; then echo "[-] Error: do not use afl-gcc or afl-clang to compile this tool." |