POSIX does not define sed's -i option. To stay as portable as possible we should not relay on it.
OpenBSD's sed does not support -i option for example.
Here is my suggested alternative.
POSIX does not define sed's -i option. To stay as portable as possible we should not relay on it.
OpenBSD's sed does not support -i option for example.
Here is my suggested alternative.
POSIX does not define sed's -i option. To stay as portable
as possible we should not relay on it.
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/dbe8f7526266092fe7b045dadaefb753feca15a6 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
Where does this cause problems?
Hi, for example OpenBSD/NetBSD does not have the -i option for sed.
ok, ACK in that case