about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2020-05-14 20:10:10 +0200
committerGitHub <noreply@github.com>2020-05-14 20:10:10 +0200
commit4ac06a4eef8462057f2358e3dddd108d4fbaf2dd (patch)
tree998a7284b4685fa516df34e780c9823012e0cafe
parent0495ded87dcc112c34037283ec20f5ff6d017a63 (diff)
downloadafl++-4ac06a4eef8462057f2358e3dddd108d4fbaf2dd.tar.gz
and more
-rwxr-xr-xunicorn_mode/build_unicorn_support.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh
index eab4f8a2..b244c29f 100755
--- a/unicorn_mode/build_unicorn_support.sh
+++ b/unicorn_mode/build_unicorn_support.sh
@@ -107,7 +107,8 @@ for i in $PYTHONBIN automake autoconf git $MAKECMD $TARCMD; do
 
 done
 set -x
-ls -lR ~/.local
+ls -lRa /opt/pyenv
+ls -lRa ~/.local
 # some python version should be available now
 PYTHONS="`command -v python3` `command -v python` `command -v python2`"
 EASY_INSTALL_FOUND=0