From 6a890d21c98db4552e13a0db2372d5aa669d8293 Mon Sep 17 00:00:00 2001 From: Florian Baumann Date: Mon, 8 Nov 2010 21:40:16 +0100 Subject: [PATCH] os x fix for plugins-help() --- plugins/base.plugin.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/()//" } -- 2.17.1