diff options
| author | Pavel Raiskup <pavel@raiskup.cz> | 2013-01-20 13:10:10 +0100 |
|---|---|---|
| committer | Pavel Raiskup <pavel@raiskup.cz> | 2013-01-20 13:11:58 +0100 |
| commit | 1d48cf76bdb00db6caa75506c1bc32855de73b3d (patch) | |
| tree | f72370392ace37dcbff498d13c581403de7a6a11 /pybugz-0.10git69cd7-bash-complete.patch | |
| download | pybugz-1d48cf76bdb00db6caa75506c1bc32855de73b3d.tar.gz pybugz-1d48cf76bdb00db6caa75506c1bc32855de73b3d.tar.xz pybugz-1d48cf76bdb00db6caa75506c1bc32855de73b3d.zip | |
Initial commit
Diffstat (limited to 'pybugz-0.10git69cd7-bash-complete.patch')
| -rw-r--r-- | pybugz-0.10git69cd7-bash-complete.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pybugz-0.10git69cd7-bash-complete.patch b/pybugz-0.10git69cd7-bash-complete.patch new file mode 100644 index 0000000..3163c18 --- /dev/null +++ b/pybugz-0.10git69cd7-bash-complete.patch @@ -0,0 +1,10 @@ +diff --git a/contrib/bash-completion b/contrib/bash-completion +index a51ee10..8530291 100644 +--- a/contrib/bash-completion ++++ b/contrib/bash-completion +@@ -79,4 +79,4 @@ _bugz() { + ;; + esac + } +-complete -F _bugz bugz ++complete -F _bugz pybugz |
