1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-25 14:20:53 +01:00

45624: vcs_info: Set $rrn in all backends.

This commit is contained in:
Daniel Shahaf 2020-03-26 01:32:49 +00:00
parent 36df1e4f78
commit b0d020408a
4 changed files with 9 additions and 0 deletions

View file

@ -36,4 +36,6 @@ done
[[ ${basedir} == "/" ]] && return 1
vcs_comm[basedir]=${basedir}
# TODO: Would the following be correct? ---
# rrn=${vcs_comm[basedir]:t}
return 0