mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
array of util names are read only now
This commit is contained in:
parent
5cf8feee53
commit
c8ad2fba84
|
|
@ -35,7 +35,7 @@ _theme="${_MENU_THEME:=default}"
|
|||
################################################################################
|
||||
function checkUtils() {
|
||||
local -r msg="not found. Please make sure this is installed and in PATH."
|
||||
declare -a utils=("awk" "basename" "cat" "column" "echo" "git" "grep" "head"
|
||||
declare -ar utils=("awk" "basename" "cat" "column" "echo" "git" "grep" "head"
|
||||
"seq" "sort" "tput" "tr" "uniq" "wc")
|
||||
|
||||
for u in "${utils[@]}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue