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:
Philipp Dörfler 2018-11-27 17:41:04 +01:00 committed by Florian Festi
parent fb3cc589d9
commit 9cb3d4b735
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
BOXES=../scripts/boxes