Try unsetting CC

This commit is contained in:
Kevin Lange 2014-05-11 23:30:00 -07:00
parent fdaaad8f3a
commit 2bf6d5826e

View File

@ -16,6 +16,8 @@ while test $# -gt 0; do
esac
done
unset CC
if [[ "$INSTALL_PACKAGES" == "true" ]] ; then
echo "I am going to install some system packages. I will probably need you to provide a password."