Compare commits

..

No commits in common. "b1ffb771c936c8aa550a2240857054a8cc4b4c7b" and "41fb750ec0672b33106aa0ec7c235b6302ec546d" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ _gist() {
_gist_cache_policy() { _gist_cache_policy() {
# rebuild if cache is more than a day old # rebuild if cache is more than a day old
local -a oldp local -a oldp
oldp=( "$1"(m+1) ) oldp=( "$1"(mh+1) )
(( $#oldp )) (( $#oldp ))
} }