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) (show 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
@@ -172,3 +172,3 @@ for a in $TOMAKE ; do
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
@@ -186,3 +186,3 @@ for a in $TOMAKE ; do
186 then 186 then
187 if [ $appname != $translation ] 187 if [ "$appname" != "$translation" ]
188 then 188 then