Using /usr/bin/env bash instead of /bin/bash (#307)

/bin/bash" makes the script Linux-specific, so change it to "/usr/bin/env bash"
This commit is contained in:
tch69 2021-01-18 02:51:21 +07:00 committed by GitHub
parent c80e65ff79
commit 788308fb05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
CLEAN_BUILD=0;
MAKE_ARGS="";