1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-01 17:40:10 +03:00

minor: doc for _autoenv_hash_pair

This commit is contained in:
Daniel Hahler 2015-05-09 18:25:32 +02:00
parent 12cfed6d3f
commit d6f37dbeb6

View File

@ -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:-}