diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-02-12 20:55:56 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-02-12 20:55:56 +0100 |
commit | a13f7a2b3efc45af0879bebe63bed7641af4b39f (patch) | |
tree | 4656cbf81a49b84bdbf10b83fe81bd33cf8a65cc /Functions/VCS_Info/VCS_INFO_formats | |
parent | 60187dd3dae5f3e0cb3bd8f9717d3eda47e6f860 (diff) | |
parent | 12eb3e5356f2fc3351eed58ef1cef1b8fb83b504 (diff) | |
download | zsh-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_formats | 2 |
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]}" |