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.
