Commit Graph

2 Commits (40ff77eee2836b222ebd488b30b1d06b685940ee)

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