From 64b80b32012091d07652a9b1bdfdd3013fd15421 Mon Sep 17 00:00:00 2001 From: hexcoder Date: Thu, 14 May 2020 19:23:07 +0200 Subject: unicornafl build script: debugging version for travis --- unicorn_mode/build_unicorn_support.sh | 4 ++-- 1 file 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." -- cgit 1.4.1