diff options
Diffstat (limited to 'community/schroot/fix-bash-completion.patch')
-rw-r--r-- | community/schroot/fix-bash-completion.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/schroot/fix-bash-completion.patch b/community/schroot/fix-bash-completion.patch deleted file mode 100644 index fb22fd92d..000000000 --- a/community/schroot/fix-bash-completion.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/etc/bash_completion/schroot -+++ b/etc/bash_completion/schroot -@@ -15,7 +15,7 @@ - # along with this program. If not, see - # <http://www.gnu.org/licenses/>. - --have schroot && -+_have schroot && - _schroot() - { - local cur prev options |