mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-14 15:46:27 +02:00
gawk fix
gawk is not compile, and should display as awk
This commit is contained in:
parent
30fa1d1425
commit
258539d593
2 changed files with 6 additions and 4 deletions
3
packages/gawk/5.1.0/compile
vendored
3
packages/gawk/5.1.0/compile
vendored
|
@ -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
|
|
7
packages/gawk/5.1.0/metadata.json
vendored
7
packages/gawk/5.1.0/metadata.json
vendored
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"language": "gawk",
|
"language": "gawk",
|
||||||
"version": "5.1.0",
|
"version": "5.1.0",
|
||||||
"aliases": ["awk"]
|
"provides": [
|
||||||
|
{
|
||||||
|
"language": "awk",
|
||||||
|
"alias": ["gawk"]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue