Commit graph

3 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
e71cd19883
Fix failing test install by replacing (npm bin) with npx 2023-02-13 13:14:54 -06:00
Andrea Marchesini
83687f6324 Github action and creation scripts 2021-10-26 14:00:53 +02:00