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
It would be very helpful if you would list the versions of awk, sed, bash, etc., that you have developed under. I'm trying to use your work on OSX vanilla, and have already run into a problem due to my bash version being too old.
I'm currently stuck with many errors like:
awk: syntax error at source line 2
context is
{ print > tmpdir >>> i <<< ".extracted.pem.cer" }
that pop up when I attempt to git commit, and I'm guessing these are awk version related.
The text was updated successfully, but these errors were encountered:
Thanks for the great project.
It would be very helpful if you would list the versions of
awk
,sed
,bash
, etc., that you have developed under. I'm trying to use your work on OSX vanilla, and have already run into a problem due to mybash
version being too old.I'm currently stuck with many errors like:
that pop up when I attempt to
git commit
, and I'm guessing these areawk
version related.The text was updated successfully, but these errors were encountered: