diff options
author | skidd13 <skidd13@openttd.org> | 2008-10-06 17:05:44 +0000 |
---|---|---|
committer | skidd13 <skidd13@openttd.org> | 2008-10-06 17:05:44 +0000 |
commit | 5b8af7db3b550ccae9088fd80f0303d67e36a7a9 (patch) | |
tree | 07f0edd93d1e253f3b809e0e55342acd3f0d9d7b /configure | |
parent | 13587560713762f461589f5e91e66cd0aaf8d364 (diff) | |
download | openttd-5b8af7db3b550ccae9088fd80f0303d67e36a7a9.tar.xz |
(svn r14443) -Change: Unify the delimiters used in config* and make*
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $? |