Commit graph

10 commits

Author SHA1 Message Date
Aryeh Hillman
4a9bc37a46 Use /usr/bin/env to find bash
This enables `npm test` to successfully call scripts in `bin/` with
the `bash` binary specified by `PROFILE`.

---

Additional information:

In addition to potentially preferring an alternative version of bash
than the one in `/bin/bash`, some distributions forego storing bash in
`bin/` at all, such as `NixOS`:

```bash
$ cat /etc/os-release | rg '^NAME=' -r ''
NixOS
$ which bash
/run/current-system/sw/bin/bash
```
2023-11-17 15:55:12 -08:00
Maxx Crawford
2dfd1ee4bb
Update build script to use npx instead of npm bin bash scripting 2023-02-22 11:23:45 -06:00
Andrea Marchesini
3b00ade521 Reintroduce all the languages for the next release 2021-12-15 21:09:14 +01:00
Andrea Marchesini
07d7b0cad4
Make the linter happy again 2021-12-07 10:22:50 -06:00
Andrea Marchesini
e3772b28b9 Disable languages again for 8.0.3 2021-11-30 10:58:52 +01:00
Andrea Marchesini
80393ceb04 Include all the languages 2021-11-25 08:12:00 +01:00
Andrea Marchesini
31d48bf6dc Exclude extra languages for 8.0.2 2021-11-24 17:36:03 +01:00
Andrea Marchesini
6bc671d645 Experiment 2021-10-26 14:45:15 +02:00
Andrea Marchesini
83687f6324 Github action and creation scripts 2021-10-26 14:00:53 +02:00
groovecoder
16b32c257d fix #162: bin/build-addon.sh automates txp deploys 2017-02-22 17:20:37 -08:00