use /usr/bin/env bash instead of /bin/bash

This commit is contained in:
Jonathan Marler 2020-04-12 22:21:01 -06:00
parent b2b6616861
commit 825cfe0b21

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
BOOT_DIR=$1
MODULES_DIR=$2