mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
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'
|
||||
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…
Reference in New Issue
Block a user