Skip to content

Commit f86f9f1

Browse files
committed
Specify gawk instead of awk for asorti()
1 parent 253537f commit f86f9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m100-sanity

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)