about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2020-05-14 19:23:07 +0200
committerGitHub <noreply@github.com>2020-05-14 19:23:07 +0200
commit64b80b32012091d07652a9b1bdfdd3013fd15421 (patch)
treefa10257dee9f4cadbbefafc880ae6450fc415e38
parentfa20eb1de7544fb2213917dee830cb3ea11d7f16 (diff)
downloadafl++-64b80b32012091d07652a9b1bdfdd3013fd15421.tar.gz
unicornafl build script: debugging version for travis
-rwxr-xr-xunicorn_mode/build_unicorn_support.sh4
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."