md5 -q => md5

This commit is contained in:
romkatv 2019-10-09 20:04:09 +02:00
parent ab160b49f5
commit 6724f3ae5d

View file

@ -292,7 +292,7 @@ _p9k_cache_stat_get() {
fi
if (( $+commands[md5] )); then
local -a md5=(md5 -q)
local -a md5=(md5)
elif (( $+commands[md5sum] )); then
local -a md5=(md5sum -b)
else