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

macOS:unexpected EOF #1

Open
lalitaalaalitah opened this issue Nov 8, 2022 · 1 comment
Open

macOS:unexpected EOF #1

lalitaalaalitah opened this issue Nov 8, 2022 · 1 comment

Comments

@lalitaalaalitah
Copy link

Hello,
I was trying to run the script while I faced this:
sed: 1: "/^\t<Task sr="[^"]*"[^> ...": unexpected EOF (pending }'s)
Failed to find nme tag values of Task nodes from tasker_config

I'm on macOS ventura and have installed gnu-sed with brew.

@agnostic-apollo
Copy link
Contributor

agnostic-apollo commented Aug 25, 2023

Sorry, it seems like watch wasn't enabled for my own repo.

About the error, macos comes with BSD sed and its regex support varies from GNU sed that is usually available on linux systems and in termux on android. It should be possible to fix it to make it work on both.

https://stackoverflow.com/questions/15467616/sed-gives-me-unexpected-eof-pending-s-error-and-i-have-no-idea-why

You can also install GNU sed for now on mac and export its path in the shell before running the command for now. Edit: Sorry, you seem to have already installed it. You are only getting error with BSD one, right?

https://stackoverflow.com/a/56007296

@Taskomater Taskomater deleted a comment from ADBAKGAPK Aug 25, 2023
@Taskomater Taskomater deleted a comment from darker16 Oct 4, 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