[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.
- [PATCH] mkfifo,mknod: avoid duplicate quoting in error diagnostic, Bernhard Voelker, 2013/12/02
- Re: [PATCH] mkfifo, mknod: avoid duplicate quoting in error diagnostic,
Pádraig Brady <=
- Re: [PATCH] mkfifo, mknod: avoid duplicate quoting in error diagnostic, Bernhard Voelker, 2013/12/02
- Re: [PATCH] mkfifo, mknod: avoid duplicate quoting in error diagnostic, Bernhard Voelker, 2013/12/02
- Re: [PATCH] mkfifo, mknod: avoid duplicate quoting in error diagnostic, Pádraig Brady, 2013/12/02
- Re: [PATCH] mkfifo, mknod: avoid duplicate quoting in error diagnostic, Bernhard Voelker, 2013/12/03
- Re: [PATCH] mkfifo, mknod: avoid duplicate quoting in error diagnostic, Pádraig Brady, 2013/12/03
- Re: [PATCH] mkfifo, mknod: avoid duplicate quoting in error diagnostic, Bernhard Voelker, 2013/12/03