Minor bugfixes for Solaris

darcs-hash:20051006205336-ac50b-56657ce09a5ebfc1ccb320e985e554883e364573.gz
This commit is contained in:
axel 2005-10-07 06:53:36 +10:00
parent 2ac6b62df2
commit 83fad99216
2 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -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