mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 17:21:33 +00:00
removed accidental shell injection
This commit is contained in:
parent
73c2619c33
commit
749c63d3b3
@ -120,7 +120,7 @@ for PYTHON in $PYTHONS ; do
|
|||||||
done
|
done
|
||||||
if [ "0" = $EASY_INSTALL_FOUND ]; then
|
if [ "0" = $EASY_INSTALL_FOUND ]; then
|
||||||
|
|
||||||
echo "[-] Error: Python setup-tools not found. Run `sudo apt-get install python-setuptools`, or install python3-setuptools, or run `$PYTHONBIN -m ensurepip`, or create a virtualenv, or ..."
|
echo "[-] Error: Python setup-tools not found. Run 'sudo apt-get install python-setuptools', or install python3-setuptools, or run '$PYTHONBIN -m ensurepip', or create a virtualenv, or ..."
|
||||||
PREREQ_NOTFOUND=1
|
PREREQ_NOTFOUND=1
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user