* [gentoo-commits] gentoo-x86 commit in net-firewall/ufw/files: ufw-0.34_pre805-bash-completion.patch
@ 2014-12-15 11:07 Sergey Popov (pinkbyte)
0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2014-12-15 11:07 UTC (permalink / raw
To: gentoo-commits
pinkbyte 14/12/15 11:07:41
Added: ufw-0.34_pre805-bash-completion.patch
Log:
Revision bump: fix bash completion, wrt bug #526300, drop old revision
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.1 net-firewall/ufw/files/ufw-0.34_pre805-bash-completion.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/files/ufw-0.34_pre805-bash-completion.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/files/ufw-0.34_pre805-bash-completion.patch?rev=1.1&content-type=text/plain
Index: ufw-0.34_pre805-bash-completion.patch
===================================================================
--- shell-completion/bash
+++ shell-completion/bash
@@ -52,7 +52,6 @@
echo "numbered verbose"
}
-have ufw &&
_ufw()
{
cur=${COMP_WORDS[COMP_CWORD]}
@@ -83,5 +82,5 @@
fi
}
-[ "$have" ] && complete -F _ufw ufw
+complete -F _ufw ufw
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-12-15 11:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-15 11:07 [gentoo-commits] gentoo-x86 commit in net-firewall/ufw/files: ufw-0.34_pre805-bash-completion.patch Sergey Popov (pinkbyte)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox