Commit 49356f3
committed
fix: make PKGBUILD files a superset of .bash
Arch Linux/ALPM PKGBUILDs are not currently being identified as `shell`
files, but they’re really just specialised bash scripts, and thus also
`shell` files.
This makes `PKGBUILD` files a superset of the `bash` extension, which
both makes it inherit the `shell` type, and also ensures that it will
automatically adopt any future changes/additions that might be made to
the `bash` extension.1 parent 01a201f commit 49356f3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
0 commit comments