diff options
Diffstat (limited to 'debian/patches/fix-vcs-info-p4.patch')
-rw-r--r-- | debian/patches/fix-vcs-info-p4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/fix-vcs-info-p4.patch b/debian/patches/fix-vcs-info-p4.patch new file mode 100644 index 000000000..6da2707aa --- /dev/null +++ b/debian/patches/fix-vcs-info-p4.patch @@ -0,0 +1,12 @@ +Index: pkg-zsh/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 +=================================================================== +--- pkg-zsh.orig/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 ++++ pkg-zsh/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 +@@ -44,7 +44,6 @@ VCS_INFO_p4_get_server() { + } + + +-(( ${+functions[VCS_INFO_detect_p4]} )) || + VCS_INFO_detect_p4() { + local serverport p4where + |