diff options
| author | Ted Pavlic <ted@tedpavlic.com> | 2009-02-11 13:03:26 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-02-11 11:09:17 -0800 |
| commit | 5c9cc64a4a608ab0bbd5eb5c8e405bfe050be309 (patch) | |
| tree | cdaefb022cd94498566ff311d8861b0c42be72bb /contrib/persistent-https | |
| parent | e5dd864adfeb8b0176b31a132e972d7f7beff32a (diff) | |
| download | git-5c9cc64a4a608ab0bbd5eb5c8e405bfe050be309.tar.gz git-5c9cc64a4a608ab0bbd5eb5c8e405bfe050be309.zip | |
completion: More fixes to prevent unbound variable errors
Several functions make use of "[-n ...]" and "[-z ...]". In many cases,
the variables being tested were declared with "local."
However, several __variables are not, and so they must be replaced with
their ${__-} equivalents.
Signed-off-by: Ted Pavlic <ted@tedpavlic.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/persistent-https')
0 files changed, 0 insertions, 0 deletions
