myhero_demo icon indicating copy to clipboard operation
myhero_demo copied to clipboard

GNU sed doesn't work

Open mattsday opened this issue 8 years ago • 0 comments

If the user has GNU sed (either linux or on OS X done brew install gnu-sed --with-default-names it will fail:

Creating Service Definitions
sed: can't read : No such file or directory
sed: can't read : No such file or directory
sed: can't read : No such file or directory
sed: can't read : No such file or directory
sed: can't read : No such file or directory
sed: can't read : No such file or directory
sed: can't read : No such file or directory
sed: can't read : No such file or directory
sed: can't read : No such file or directory
sed: can't read : No such file or directory
sed: can't read : No such file or directory

The app service then won't correctly deploy.

I suspect this is due to sed -i "" usage, which breaks GNU sed.

mattsday avatar Jun 15 '16 17:06 mattsday