diff --git a/configure b/configure index e6b8d235448..ec1e741fb9c 100755 --- a/configure +++ b/configure @@ -1379,7 +1379,8 @@ do done # Munge any paths that appear in config.mk back to posix-y -sed -i.bak -e 's@ \([a-zA-Z]\):[/\\]@ /\1/@g;' config.tmp +cp config.tmp config.tmp.bak +sed -e 's@ \([a-zA-Z]\):[/\\]@ /\1/@g;' config.tmp rm -f config.tmp.bak msg