]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - include/MKparametrized.sh
ncurses 5.0
[ncurses.git] / include / MKparametrized.sh
index a957229dfbc0531bef06acd4157915e3c8b4235d..cbbc3e0d62eb48886b28a76a97486975a86cfb65 100755 (executable)
@@ -24,7 +24,7 @@ EOF
 # XENIX acs_* capabilities.  Maybe someday we'll dedicate a flag field for
 # this, that would be cleaner....
 
-awk <$CAPS '
+${AWK-awk} <$CAPS '
 $3 != "str"    {next;}
 $1 ~ /^acs_/   {print "-1,\t/* ", $2, " */"; count++; next;}
 $0 ~ /#[0-9]/  {print "1,\t/* ", $2, " */"; count++; next;}