]> git.lizzy.rs Git - rust.git/blobdiff - configure
openbsd: disable test_file_desc test
[rust.git] / configure
index e6b8d23544829ca6d277375067b09ec5409c860c..ec1e741fb9c5b10ad9aa854eae345f1039419735 100755 (executable)
--- 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.bak >config.tmp
 rm -f config.tmp.bak
 
 msg