You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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?
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.
The text was updated successfully, but these errors were encountered: