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

Re: [PATCH 2/6] move copyfileperms to non-static file_copyfileperms



Hi,

very small comments:

On Mon, 28 Sep 2009, Sean Finney wrote:
> +		ohshite(_("unable to stat installed file `%.250s'"), source);
> +		ohshite(_("unable to change ownership of target file`%.250s'"),
> +		        target);
> +		ohshite(_("unable to set mode of target file`%.250s'"), target);

We move away from the `' quotes when we have to change strings, we use the
usual ones (''). You lack a space before the quotes.

Cheers,
-- 
Raphaël Hertzog


Reply to: