From 13033034dbd0cd6d18c6dd26eb04d42933493dc7 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Thu, 14 May 2020 23:23:55 +0200 Subject: nuicornafl build script fix setuptools check --- unicorn_mode/build_unicorn_support.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 0405cbcd..79a5a4a9 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -109,7 +109,7 @@ PYTHONS="`command -v python3` `command -v python` `command -v python2`" EASY_INSTALL_FOUND=0 for PYTHON in $PYTHONS ; do - if $PYTHON -c "help('$EASY_INSTALL');"