fix missing characters in install script

pull/1/head
Michail Vourlakos 8 years ago
parent ffed544aac
commit 55a2fe9447

@ -13,7 +13,7 @@ fi
cd build
if [ $1 == "-translations" ] ; then
if [ "$1" == "-translations" ] ; then
if [ -a po ] ; then
sudo rm -fr po
fi

Loading…
Cancel
Save