You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-firewall/ufw/files/ufw-0.36-bash-completion.patch

17 lines
328 B

--- a/shell-completion/bash 2018-12-14 21:25:55.000000000 +0300
+++ b/shell-completion/bash 2019-03-21 01:26:46.152181981 +0300
@@ -57,7 +57,6 @@
echo "numbered verbose"
}
-_have ufw &&
_ufw()
{
cur=${COMP_WORDS[COMP_CWORD]}
@@ -91,4 +90,4 @@
fi
}
-_have ufw && complete -F _ufw ufw
+complete -F _ufw ufw