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

"export to Bash" #28

Closed
RWolfer opened this issue Jul 28, 2023 · 2 comments
Closed

"export to Bash" #28

RWolfer opened this issue Jul 28, 2023 · 2 comments

Comments

@RWolfer
Copy link

RWolfer commented Jul 28, 2023

Tested under Windows MingGW64 (comes with Git)

Error: sed: -e expression #1, char 13: unknown option to `s'

Solution (tested and working!) https://unix.stackexchange.com/questions/91630/sed-unknown-option-to-s
I have replaced the delimiter in template to pipe: example: if [[ "$matchCase" -eq 1 ]]; then
template='s|'${findString}'|'${replaceString}'|g'
else
template='s|'${findString}'|'${replaceString}'|gi'

@daddel80
Copy link
Owner

Thanks, i will put fix into the next release.

@daddel80
Copy link
Owner

daddel80 commented Aug 2, 2023

version 1.0.3.4

@daddel80 daddel80 closed this as completed Aug 2, 2023
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

2 participants