mirror / wget

Wget Git mirror
GNU General Public License v3.0
394 stars 134 forks source link

"sed -i" in bootstrap.conf is not platform-neutral #3

Closed vollkommenheit closed 7 years ago

vollkommenheit commented 7 years ago

Commit 32e26dc199be48803db4c695c78b9c4843f179f1 causes bootstrap to fail on OS X with:

Per the discussion at https://stackoverflow.com/questions/5694228/sed-in-place-flag-that-works-both-on-mac-bsd-and-linux, the -i option is not part of POSIX Sed, and is apparently implemented differently on BSD/Apple OS X/macOS.