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

sed in generate.sh throws error #31

Open
fabrei opened this issue Nov 27, 2018 · 0 comments
Open

sed in generate.sh throws error #31

fabrei opened this issue Nov 27, 2018 · 0 comments

Comments

@fabrei
Copy link

fabrei commented Nov 27, 2018

in the generate.sh script, the command sed -e "s_##LOGO##_${logo}_g" throws the error sed: -e expression #1, char 22: unknown option to `s' . i changed it to sed -e "s%##LOGO##%${logo}%g" which worked for me.

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