removed accidental shell injection

This commit is contained in:
Dominik Maier 2020-05-14 22:39:11 +02:00
parent 73c2619c33
commit 749c63d3b3

View File

@ -120,7 +120,7 @@ for PYTHON in $PYTHONS ; do
done
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
fi