replaced 'bin/bash' with 'usr/bin/env bash' for better compatibility (#216)

This commit is contained in:
Pocco81 2021-08-05 21:31:49 -05:00 committed by GitHub
parent ccca491acd
commit ef16aa7f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
RED='\033[0;31m'
GREEN='\033[0;32m'
@ -256,7 +256,7 @@ _parse_args() {
fi
case ${argv[j]} in
--*) # End of all options.
--*) # End of all opt
case ${argv[j]} in
--) # End of all options.
break