mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 04:51:16 -03:00
Merge branch 'master' into ast
Conflicts: complete.cpp
This commit is contained in:
10
builtin.cpp
10
builtin.cpp
@@ -1618,24 +1618,24 @@ static int builtin_echo(parser_t &parser, wchar_t **argv)
|
||||
{
|
||||
case L'n':
|
||||
print_newline = false;
|
||||
break;
|
||||
break;
|
||||
case L'e':
|
||||
interpret_special_chars = true;
|
||||
break;
|
||||
break;
|
||||
case L's':
|
||||
// fish-specific extension,
|
||||
// which we should try to nix
|
||||
print_spaces = false;
|
||||
break;
|
||||
break;
|
||||
case L'E':
|
||||
interpret_special_chars = false;
|
||||
break;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
invalid_echo_option:
|
||||
invalid_echo_option:
|
||||
break;
|
||||
}
|
||||
argv++;
|
||||
|
||||
Reference in New Issue
Block a user