Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 526300 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- shell-completion/bash
0
++ shell-completion/bash
Lines 52-58 Link Here
52
    echo "numbered verbose"
52
    echo "numbered verbose"
53
}
53
}
54
54
55
have ufw &&
56
_ufw()
55
_ufw()
57
{
56
{
58
    cur=${COMP_WORDS[COMP_CWORD]}
57
    cur=${COMP_WORDS[COMP_CWORD]}
Lines 83-87 Link Here
83
    fi
82
    fi
84
}
83
}
85
84
86
[ "$have" ] && complete -F _ufw ufw
85
complete -F _ufw ufw
87
86

Return to bug 526300