replaced 'bin/bash' with 'usr/bin/env bash' for better compatibility (#216)
This commit is contained in:
parent
ccca491acd
commit
ef16aa7f1c
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
RED='\033[0;31m'
|
RED='\033[0;31m'
|
||||||
GREEN='\033[0;32m'
|
GREEN='\033[0;32m'
|
||||||
@ -256,7 +256,7 @@ _parse_args() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case ${argv[j]} in
|
case ${argv[j]} in
|
||||||
--*) # End of all options.
|
--*) # End of all opt
|
||||||
case ${argv[j]} in
|
case ${argv[j]} in
|
||||||
--) # End of all options.
|
--) # End of all options.
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user