diff options
author | Alex Merry <dev@randomguy3.me.uk> | 2011-09-01 14:47:31 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-21 10:02:39 -0700 |
commit | 471dcfdbb23ad423168d928335bc36217f9e311d (patch) | |
tree | e90fde9dcb6886680985e13bd84f4878f10f1138 /run-command.h | |
parent | Merge branch 'fc/zsh-completion' (diff) | |
download | tgif-471dcfdbb23ad423168d928335bc36217f9e311d.tar.xz |
contrib/completion: "local var=()" is misinterpreted as func-decl by zsh
Certain versions of zsh seems to treat
local var=()
as a function declaration, rather than an assignment of an empty array,
although its documentation does not suggest that this should be the case.
With zsh 4.3.15 on Fedora Core 15, this causes
__git_ps1 " (%s)"
to trigger an error message:
local:2: command not found: svn_url_pattern
when GIT_PS1_SHOWUPSTREAM="auto".
Signed-off-by: Alex Merry <dev@randomguy3.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'run-command.h')
0 files changed, 0 insertions, 0 deletions