Commit Graph

2 Commits (b152be79516adbd542d766df7b8a1928da590ced)

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@'
```
1 year ago
Dessalines 1a4c8c08ee Fixing some tests 3 years ago