X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=autoenv.zsh;h=0587e2caa082664f5c361c30717bdca3c7af1309;hb=d6f37dbeb62469ddfef370ba1b161a20847dde9c;hp=aa4414125baffc896634f9b0ee6f2b6986ba19ab;hpb=12cfed6d3fa6279ef11e6e189c164c0ee6a6f512;p=zsh-autoenv.git diff --git a/autoenv.zsh b/autoenv.zsh index aa44141..0587e2c 100644 --- a/autoenv.zsh +++ b/autoenv.zsh @@ -149,6 +149,7 @@ _autoenv_debug() { # Generate hash pair for a given file ($1). # A fixed hash value can be given as 2nd arg, but is used with tests only. +# The format is ":$file:$hash:$version". _autoenv_hash_pair() { local env_file=${1:A} local env_shasum=${2:-}