diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-02-12 20:55:40 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-02-12 20:55:40 +0100 |
commit | 12eb3e5356f2fc3351eed58ef1cef1b8fb83b504 (patch) | |
tree | 426eca82c8d3316351732d0e6d5cb2359d3d7e63 /Functions | |
parent | 94c033d2e281eb1f49e8366d21fc259ce8c0c4f5 (diff) | |
parent | 1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5 (diff) | |
download | zsh-12eb3e5356f2fc3351eed58ef1cef1b8fb83b504.tar.gz zsh-12eb3e5356f2fc3351eed58ef1cef1b8fb83b504.zip |
New upstream version 5.8.1
Diffstat (limited to 'Functions')
-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]}" |