]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Work around Mac's broken sed
authorTravis Cross <tc@traviscross.com>
Mon, 5 May 2014 21:26:34 +0000 (21:26 +0000)
committerTravis Cross <tc@traviscross.com>
Mon, 5 May 2014 21:32:30 +0000 (21:32 +0000)
commitaef982dd09664e70cf77d1d8df51eead3bbd7d14
tree55ee5acb2587723972e06dade16e95f6bffee4b1
parent29ea8e9979bd2737af4d6cdcb9d5e42bcd423cb2
Work around Mac's broken sed

sed on Mac is apparently incredibly broken and incapable of adding
newlines.  `printf 'x' | sed 's/x/\n/'` results in 'n' on Mac rather
than a newline.  GNU sed even in --posix mode does not agree with this
behavior.  None the less, we can work around it here.
configure.ac