mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-18 21:02:48 +08:00
Minor bugfixes for Solaris
darcs-hash:20051006205336-ac50b-56657ce09a5ebfc1ccb320e985e554883e364573.gz
This commit is contained in:
parent
2ac6b62df2
commit
83fad99216
2
fishd.c
2
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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user