mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 08:46:10 +08:00
Fix for a busted format string
This commit is contained in:
parent
ebfa285122
commit
eebe126842
@ -627,7 +627,7 @@ static int builtin_set( parser_t &parser, wchar_t **argv )
|
||||
if( erase )
|
||||
{
|
||||
append_format(stderr_buffer,
|
||||
_(L"%ls: Erase needs a variable name\n%ls\n"),
|
||||
_(L"%ls: Erase needs a variable name\n"),
|
||||
argv[0] );
|
||||
|
||||
builtin_print_help( parser, argv[0], stderr_buffer );
|
||||
|
Loading…
x
Reference in New Issue
Block a user