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
commit5b8af7db3b550ccae9088fd80f0303d67e36a7a9 (patch)
tree07f0edd93d1e253f3b809e0e55342acd3f0d9d7b /configure
parent13587560713762f461589f5e91e66cd0aaf8d364 (diff)
downloadopenttd-5b8af7db3b550ccae9088fd80f0303d67e36a7a9.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 $?