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

pull/218/head
Pocco81 3 years ago committed by GitHub
parent ccca491acd
commit ef16aa7f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save