mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-18 09:46:33 +02:00
(main): Use verbose_fmt_string, not string literal in
call to make_path for --parents. From Uli.
This commit is contained in:
@@ -149,7 +149,7 @@ main (int argc, char **argv)
|
||||
if (path_mode)
|
||||
{
|
||||
errors |= make_path (argv[optind], newmode, parent_mode,
|
||||
-1, -1, 1, _("created directory `%s'"));
|
||||
-1, -1, 1, verbose_fmt_string);
|
||||
}
|
||||
else if (mkdir (argv[optind], newmode))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user