coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] mkfifo, mknod: avoid duplicate quoting in error diagnostic


From: Pádraig Brady
Subject: Re: [PATCH] mkfifo, mknod: avoid duplicate quoting in error diagnostic
Date: Mon, 02 Dec 2013 11:59:17 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 12/02/2013 10:53 AM, Bernhard Voelker wrote:
> -          error (0, errno, _("cannot set permissions of `%s'"),
> +          error (0, errno, _("cannot set permissions of %s"),
>                   quote (argv[optind]));

+1

This might benefit from a syntax check?
Something along the lines of: git grep "[\`']%s'" src/*.c

thanks,
Pádraig.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]