Unidiff1 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 |
171 | f=`basename $a` |
171 | f=`basename $a` |
172 | |
172 | |
173 | if [ -f $TMAKEPATH/tmake.conf -a -f $a/$f.pro ] |
173 | if [ -f "$TMAKEPATH/tmake.conf" -a -f "$a/$f.pro" ] |
174 | then |
174 | then |
175 | ( cd $a; |
175 | ( cd $a; |
@@ -185,5 +185,5 @@ for a in $TOMAKE ; do |
185 | if [ -n "$translation" -a -n "$appname" ] |
185 | if [ -n "$translation" -a -n "$appname" ] |
186 | then |
186 | then |
187 | if [ $appname != $translation ] |
187 | if [ "$appname" != "$translation" ] |
188 | then |
188 | then |
189 | echo |
189 | echo |
|