From 1b5c103ca47a091c37c084133c3b26b8d6e04db5 Mon Sep 17 00:00:00 2001 From: sandman Date: Thu, 13 Jun 2002 15:08:49 +0000 Subject: Fixed a bug concerning spaces in path/file names --- (limited to 'configure') diff --git a/configure b/configure index 299e867..cfc4c39 100755 --- a/configure +++ b/configure @@ -170,7 +170,7 @@ for a in $TOMAKE ; do O=$a/Makefile.add 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; TMAKEPATH=$QTDIR/tmake:$TMAKEPATH \ @@ -184,7 +184,7 @@ for a in $TOMAKE ; do translation=`grep '^TRANSLATION.*[^+]=.*' $a/$f.pro | sed 's,^TRANSL.*=.*i18n\/.*\/,,' | sed 's/ //g' | sed 's,\.ts.*,,' | sed 's,^lib,,' ` if [ -n "$translation" -a -n "$appname" ] then - if [ $appname != $translation ] + if [ "$appname" != "$translation" ] then echo echo "Warning: translation and appname disagree in $a/$f.pro" -- cgit v0.9.0.2