From 83fad9921698be57ce8f0971c819f0859dc93a6b Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 7 Oct 2005 06:53:36 +1000 Subject: [PATCH] Minor bugfixes for Solaris darcs-hash:20051006205336-ac50b-56657ce09a5ebfc1ccb320e985e554883e364573.gz --- fishd.c | 2 -- init/fish_complete.fish | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/fishd.c b/fishd.c index e9003bc17..217b123fe 100644 --- a/fishd.c +++ b/fishd.c @@ -237,8 +237,6 @@ static void broadcast( int type, const wchar_t *key, const wchar_t *val ) connection_t *c; message_t *msg; - debug( 1, L"Got message %d %ls %ls", type, key, val ); - if( !conn ) return; diff --git a/init/fish_complete.fish b/init/fish_complete.fish index 077142171..8a566a3b3 100644 --- a/init/fish_complete.fish +++ b/init/fish_complete.fish @@ -180,7 +180,7 @@ end # Completions for the shell and it's builtin commands and functions # -for i in (builtin -n|grep -ve '(while|for|if|function|switch)' ) +for i in (builtin -n|grep -vE '(while|for|if|function|switch)' ) complete -c $i -s h -l help -d "Display help and exit" end