os x fix for plugins-help()

pull/22/head
Florian Baumann 2010-11-08 21:40:16 +01:00
parent cecbae54e5
commit 6a890d21c9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function plugins-help() {
| grep -v "GROUPS=()" \ | grep -v "GROUPS=()" \
| grep -v "BASH_CMDS=()" \ | grep -v "BASH_CMDS=()" \
| grep -v "BASH_ALIASES=()" \ | grep -v "BASH_ALIASES=()" \
| sed -e "s/()//" | grep -v "COMPREPLY=()" | sed -e "s/()//"
} }