Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flash does not work if gnu sed is installed #186

Open
neben opened this issue Oct 6, 2020 · 0 comments
Open

flash does not work if gnu sed is installed #186

neben opened this issue Oct 6, 2020 · 0 comments

Comments

@neben
Copy link

neben commented Oct 6, 2020

If GNU sed is installed, flash fails on MacOS:

Set hostname=foo
sed: can't read : No such file or directory

This is a regression, the original issue is #49. Either sed should be called with its full path, i.e. /usr/bin/sed, or the workaround should be dropped altogether. On my MacOS /usr/bin/sed -i works without the extra empty string, i.e. "", why was it needed in the first place?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant