summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 299e867..cfc4c39 100755
--- a/configure
+++ b/configure
@@ -171,5 +171,5 @@ for a in $TOMAKE ; do
f=`basename $a`
- if [ -f $TMAKEPATH/tmake.conf -a -f $a/$f.pro ]
+ if [ -f "$TMAKEPATH/tmake.conf" -a -f "$a/$f.pro" ]
then
( cd $a;
@@ -185,5 +185,5 @@ for a in $TOMAKE ; do
if [ -n "$translation" -a -n "$appname" ]
then
- if [ $appname != $translation ]
+ if [ "$appname" != "$translation" ]
then
echo