add needed quotes

This commit is contained in:
Isaac Connor 2017-04-10 16:56:59 -04:00
parent 58a0c82015
commit 57bf1bb4e0
1 changed files with 2 additions and 2 deletions

View File

@ -139,10 +139,10 @@ cd "$DIRECTORY.orig";
git submodule init
git submodule update --init --recursive
if [ $DISTRO == "trusty" ] || [ $DISTRO == "precise" ]; then
if [ "$DISTRO" == "trusty" ] || [ "$DISTRO" == "precise" ]; then
ln -sf distros/ubuntu1204 debian
else
if [ $DISTRO == "wheezy" ]; then
if [ "$DISTRO" == "wheezy" ]; then
ln -sf distros/debian debian
else
ln -sf distros/ubuntu1604 debian