Fix bad quoting.

This commit is contained in:
Pedro Algarvio 2015-07-19 19:49:57 +01:00
parent 9245195faa
commit 4f62a02266

View file

@ -4226,7 +4226,7 @@ install_smartos_git_deps() {
if [ "$(which pip)" = "" ]; then
pkgin -y install py27-pip
fi
pip install -U "'${__REQUIRED_TORNADO}'"
pip install -U "${__REQUIRED_TORNADO}"
fi
fi