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
and then used ggrep in the scripts instead of grep.
The text was updated successfully, but these errors were encountered:
metronome12
changed the title
Test scripts have a problem with grep version on mac
Test scripts for the Align DAO have a problem with grep version on mac
Oct 23, 2022
grep -P is doesn't work on a mac.
The solution to this is to install gnu grep with:
brew install grep
and then used ggrep in the scripts instead of grep.
The text was updated successfully, but these errors were encountered: