summaryrefslogtreecommitdiff
authorsandman <sandman>2002-06-13 15:08:49 (UTC)
committer sandman <sandman>2002-06-13 15:08:49 (UTC)
commit1b5c103ca47a091c37c084133c3b26b8d6e04db5 (patch) (unidiff)
treeccd5db0a47965a1169976074c0b341032f5b82c2
parentd3cf2ac6fb114cbabc5de481ea275b30f396d2a1 (diff)
downloadopie-1b5c103ca47a091c37c084133c3b26b8d6e04db5.zip
opie-1b5c103ca47a091c37c084133c3b26b8d6e04db5.tar.gz
opie-1b5c103ca47a091c37c084133c3b26b8d6e04db5.tar.bz2
Fixed a bug concerning spaces in path/file names
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
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