gawk is not compile, and should display as awk
This commit is contained in:
Thomas Hobson 2021-04-25 15:24:18 +12:00
parent 30fa1d1425
commit 258539d593
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
# Put instructions to compile source code, remove this file if the language does not require this stage

View File

@ -1,5 +1,10 @@
{
"language": "gawk",
"version": "5.1.0",
"aliases": ["awk"]
"provides": [
{
"language": "awk",
"alias": ["gawk"]
}
]
}