From c40883520f917311c212dc4a22e86be30cef658f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Aug 2012 00:03:08 +0000 Subject: Thu Aug 23 00:03:08 UTC 2012 --- community/schroot/fix-bash-completion.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/schroot/fix-bash-completion.patch (limited to 'community/schroot/fix-bash-completion.patch') diff --git a/community/schroot/fix-bash-completion.patch b/community/schroot/fix-bash-completion.patch new file mode 100644 index 000000000..fb22fd92d --- /dev/null +++ b/community/schroot/fix-bash-completion.patch @@ -0,0 +1,11 @@ +--- a/etc/bash_completion/schroot ++++ b/etc/bash_completion/schroot +@@ -15,7 +15,7 @@ + # along with this program. If not, see + # . + +-have schroot && ++_have schroot && + _schroot() + { + local cur prev options -- cgit v1.2.3-54-g00ecf