The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #13815 from gasche/check-typo-enforce-gawk

check-typo: enforce gawk

authored by

Gabriel Scherer and committed by
GitHub
5cd052d2 bcef9c34

+1 -1
+1 -1
tools/check-typo
··· 76 76 OCAML_CT_CAT=${OCAML_CT_CAT:-cat} 77 77 OCAML_CT_LS_FILES=${OCAML_CT_LS_FILES:-git ls-files} 78 78 OCAML_CT_HEAD=${OCAML_CT_HEAD:-HEAD} 79 - OCAML_CT_AWK=${OCAML_CT_AWK:-awk} 79 + OCAML_CT_AWK=${OCAML_CT_AWK:-gawk} 80 80 if [ -z "${OCAML_CT_GIT_INDEX+x}" ] ; then 81 81 OCAML_CT_GIT_INDEX= 82 82 else