mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-16 12:21:18 +02:00
44020: VCS_INFO_detect_p4: Fix infinite recursion
This commit is contained in:
parent
aaf26dffd6
commit
b70919e0d9
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-01-27 dana <dana@dana.is>
|
||||
|
||||
* 44020: Functions/VCS_Info/Backends/VCS_INFO_detect_p4: Fix
|
||||
infinite recursion
|
||||
|
||||
2018-01-24 dana <dana@dana.is>
|
||||
|
||||
* unposted: Config/version.mk: Post-release version bump
|
||||
|
|
|
@ -44,7 +44,6 @@ VCS_INFO_p4_get_server() {
|
|||
}
|
||||
|
||||
|
||||
(( ${+functions[VCS_INFO_detect_p4]} )) ||
|
||||
VCS_INFO_detect_p4() {
|
||||
local serverport p4where
|
||||
|
||||
|
|
Loading…
Reference in a new issue