From eebe12684275b11f8b284ba9dd1a69b865855106 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 17 Jun 2012 14:49:45 -0700 Subject: [PATCH] Fix for a busted format string --- builtin_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin_set.cpp b/builtin_set.cpp index d55421d8e..fae6e5014 100644 --- a/builtin_set.cpp +++ b/builtin_set.cpp @@ -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 );