summaryrefslogtreecommitdiff
path: root/Functions/VCS_Info/VCS_INFO_formats
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2022-02-12 20:55:56 +0100
committerAxel Beckert <abe@deuxchevaux.org>2022-02-12 20:55:56 +0100
commita13f7a2b3efc45af0879bebe63bed7641af4b39f (patch)
tree4656cbf81a49b84bdbf10b83fe81bd33cf8a65cc /Functions/VCS_Info/VCS_INFO_formats
parent60187dd3dae5f3e0cb3bd8f9717d3eda47e6f860 (diff)
parent12eb3e5356f2fc3351eed58ef1cef1b8fb83b504 (diff)
downloadzsh-a13f7a2b3efc45af0879bebe63bed7641af4b39f.tar.gz
zsh-a13f7a2b3efc45af0879bebe63bed7641af4b39f.zip
Update upstream source from tag 'upstream/5.8.1'
Update to upstream version '5.8.1' with Debian dir a5d2bf34c355a0e96e2d6d9fba85468f75c5364f
Diffstat (limited to 'Functions/VCS_Info/VCS_INFO_formats')
-rw-r--r--Functions/VCS_Info/VCS_INFO_formats2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/VCS_Info/VCS_INFO_formats b/Functions/VCS_Info/VCS_INFO_formats
index e0e1dc738..daf169f26 100644
--- a/Functions/VCS_Info/VCS_INFO_formats
+++ b/Functions/VCS_Info/VCS_INFO_formats
@@ -28,7 +28,7 @@ hook_com=(
vcs_orig "${vcs}"
)
hook_com[base-name]="${${hook_com[base]}:t}"
-hook_com[base-name_orig]="${hook_com[base_name]}"
+hook_com[base-name_orig]="${hook_com[base-name]}"
hook_com[subdir]="$(VCS_INFO_reposub ${hook_com[base]})"
hook_com[subdir_orig]="${hook_com[subdir]}"