-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -172,3 +172,3 @@ for a in $TOMAKE ; do - if [ -f $TMAKEPATH/tmake.conf -a -f $a/$f.pro ] + if [ -f "$TMAKEPATH/tmake.conf" -a -f "$a/$f.pro" ] then @@ -186,3 +186,3 @@ for a in $TOMAKE ; do then - if [ $appname != $translation ] + if [ "$appname" != "$translation" ] then |