changed /bin/bash to /usr/bin/env bash
This abstracts over the exact location of the bash binary and makes NixOS people happy.
This commit is contained in:
parent
fb3cc589d9
commit
9cb3d4b735
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BOXES=../scripts/boxes
|
||||
|
||||
|
|
Loading…
Reference in New Issue