ufw

Merge lp:~aacn/ufw/ufw into lp:~jdstrand/ufw/trunk

Proposed by Andrew Nowak
Status: Merged
Merged at revision: 982
Proposed branch: lp:~aacn/ufw/ufw
Merge into: lp:~jdstrand/ufw/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
shell-completion/bash (+1/-1)
To merge this branch: bzr merge lp:~aacn/ufw/ufw
Reviewer Review Type Date Requested Status
Jamie Strandboge Approve
Review via email: mp+331250@code.launchpad.net

Description of the change

The have function in bash-completion was deprecated in favour of _have; see https://github.com/scop/bash-completion/blob/master/bash_completion#L114

To post a comment you must log in.
Revision history for this message
Jamie Strandboge (jdstrand) wrote :

LGTM. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'shell-completion/bash'
2--- shell-completion/bash 2015-07-18 15:21:40 +0000
3+++ shell-completion/bash 2017-09-24 12:33:12 +0000
4@@ -57,7 +57,7 @@
5 echo "numbered verbose"
6 }
7
8-have ufw &&
9+_have ufw &&
10 _ufw()
11 {
12 cur=${COMP_WORDS[COMP_CWORD]}

Subscribers

People subscribed via source and target branches

to status/vote changes: