about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2020-05-14 19:58:32 +0200
committerGitHub <noreply@github.com>2020-05-14 19:58:32 +0200
commit0495ded87dcc112c34037283ec20f5ff6d017a63 (patch)
treebc4896f4b4c7df3ca3d69a45a7a082f9f020fdce
parent64b80b32012091d07652a9b1bdfdd3013fd15421 (diff)
downloadafl++-0495ded87dcc112c34037283ec20f5ff6d017a63.tar.gz
unicornafl build script more debug
-rwxr-xr-xunicorn_mode/build_unicorn_support.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh
index 447ec4d8..eab4f8a2 100755
--- a/unicorn_mode/build_unicorn_support.sh
+++ b/unicorn_mode/build_unicorn_support.sh
@@ -107,6 +107,7 @@ for i in $PYTHONBIN automake autoconf git $MAKECMD $TARCMD; do
 
 done
 set -x
+ls -lR ~/.local
 # some python version should be available now
 PYTHONS="`command -v python3` `command -v python` `command -v python2`"
 EASY_INSTALL_FOUND=0