Fix backwards flag in toolchain build

This commit is contained in:
Kevin Lange 2014-05-02 14:14:04 -07:00
parent bd73b07da9
commit 16fa61ca7c

View File

@ -15,7 +15,7 @@ while test $# -gt 0; do
esac
done
if [[ "$INSTALL_PACKAGES" == "false" ]] ; then
if [[ "$INSTALL_PACKAGES" == "true" ]] ; then
echo "I am going to install some system packages. I will probably need you to provide a password."
echo "If you don't want to do this and you're sure you have all of the required system packages, then interrupt the password prompt and run this script again with -q."