From: Florian Baumann Date: Mon, 8 Nov 2010 20:40:16 +0000 (+0100) Subject: os x fix for plugins-help() X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=6a890d21c98db4552e13a0db2372d5aa669d8293;p=common%2Fbash_it.git os x fix for plugins-help() --- diff --git a/plugins/base.plugin.bash b/plugins/base.plugin.bash index 1e73df5..9eceaf9 100644 --- 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/()//" }