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
- Install gnu getopt
- Replace egrep with grep -E (not necessary?)
- Try explicitly setting excludes to an array
Otherwise, if it is unset, it appears that (at least on macos), the following
expands to an empty string argument rather than no arguments:
"${excludes[@]}"
0 commit comments