Use #!/usr/bin/env bash in shell scripts for NixOS compatibility

Signed-off-by: yvt <i@yvt.jp>
This commit is contained in:
yvt 2021-06-14 00:51:06 +09:00
parent 8ee8700c82
commit 262a41dd2a
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Tests tidy for shell scripts.