Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cecbae5
)
os x fix for plugins-help()
author
Florian Baumann
<flo@noqqe.de>
Mon, 8 Nov 2010 20:40:16 +0000
(21:40 +0100)
committer
Florian Baumann
<flo@noqqe.de>
Mon, 8 Nov 2010 20:40:16 +0000
(21:40 +0100)
plugins/base.plugin.bash
patch
|
blob
|
history
diff --git
a/plugins/base.plugin.bash
b/plugins/base.plugin.bash
index
1e73df5
..
9eceaf9
100644
(file)
--- a/
plugins/base.plugin.bash
+++ b/
plugins/base.plugin.bash
@@
-80,7
+80,7
@@
function plugins-help() {
| grep -v "GROUPS=()" \
| grep -v "BASH_CMDS=()" \
| grep -v "BASH_ALIASES=()" \
- | sed -e "s/()//"
+ |
grep -v "COMPREPLY=()" |
sed -e "s/()//"
}