Merge pull request #131 from marler8997/shebang

use /usr/bin/env bash instead of /bin/bash
This commit is contained in:
Sam Tebbs 2020-04-14 21:25:05 +01:00 committed by GitHub
commit 8523bcf9f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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