diff --git a/configure b/configure index 2127f2c656d0..308e174f9a01 100755 --- a/configure +++ b/configure @@ -1380,7 +1380,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