summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2008-10-06 17:05:44 +0000
committerskidd13 <skidd13@openttd.org>2008-10-06 17:05:44 +0000
commit91665fd7e461664c0f45f2c917f8af645f82e12f (patch)
tree07f0edd93d1e253f3b809e0e55342acd3f0d9d7b /configure
parente9347b39e5dcae7d03bf6f3a83eeed84d46badcc (diff)
downloadopenttd-91665fd7e461664c0f45f2c917f8af645f82e12f.tar.xz
(svn r14443) -Change: Unify the delimiters used in config* and make*
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index adcdf0595..fb8bc9ba6 100755
--- a/configure
+++ b/configure
@@ -37,7 +37,7 @@ if [ "$1" = "--reconfig" ] || [ "$1" = "--reconfigure" ]; then
exit 1
fi
# Make sure we don't lock config.cache
- cat config.cache | sed 's/\\ /\\\\ /g' > cache.tmp
+ cat config.cache | sed 's#\\ #\\\\ #g' > cache.tmp
sh cache.tmp
rm -f cache.tmp
exit $?