Add GNU awk for macOS
dblume

dblume commited on 2023-02-28 17:12:04
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -25,4 +25,5 @@ if [[ $(uname -s) == Darwin* ]]; then
25 25
     prepend_to_path $HOMEBREW_PREFIX/opt/grep/libexec/gnubin
26 26
     prepend_to_path $HOMEBREW_PREFIX/opt/gnu-sed/libexec/gnubin
27 27
     prepend_to_path $HOMEBREW_PREFIX/opt/findutils/libexec/gnubin
28
+    prepend_to_path $HOMEBREW_PREFIX/opt/gawk/libexec/gnubin
28 29
 fi
29 30