Commit Graph

2 Commits (9b710a2ed3df7411f97e873ae445e96fa5a8bd56)

Author SHA1 Message Date
Charles Hall 4e5798852f
make shebangs posix compliant (#2974)
Previously, these scripts wouldn't work on exotic systems such as NixOS.

```
fd '\.sh$' -t f --exec sed -i 's@#!/bin/bash@#!/usr/bin/env bash@'
```
2023-06-08 15:38:26 -04:00
Dessalines 1a4c8c08ee Fixing some tests 2021-03-11 11:41:04 -05:00