Skip to content

Commit

Permalink
rename awk to gawk as MacOS is being a silly goose
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Mar 14, 2024
1 parent 7529f14 commit 1fa5199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adjunct/m100-sanity
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Sanitize a BASIC listing so that all lines are in order and no line
# numbers are duplicated.
awk '
gawk '
/^[ \t]*[0-9]/ {
n = int($0);
lines[n] = $0;
Expand Down

0 comments on commit 1fa5199

Please sign in to comment.