add needed quotes
This commit is contained in:
parent
58a0c82015
commit
57bf1bb4e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue