Add'l CI/git script tweaks, fixes

This commit is contained in:
Scott Lahteine
2020-08-10 20:03:13 -05:00
parent 3eafce4683
commit 489143f160
4 changed files with 6 additions and 9 deletions

View File

@ -139,8 +139,7 @@ BEGIN {
}
EOF
which awk >/dev/null && AWK=awk
which gawk >/dev/null && AWK=gawk
AWK=$(which gawk || which awk)
grep -Hrn _UxGT . | grep '"' \
| sed 's/_UxGT("/\n&/g;s/[^\n]*\n_UxGT("\([^"]*\)[^\n]*/\1 /g;s/.$//' \