On 11/21/2013 12:03 AM, Bernhard Voelker wrote:
> if (dot_or_dotdot (last_component (ent->fts_accpath)))
> {
> - error (0, 0, _("cannot remove directory: %s"),
> - quote (ent->fts_path));
> + error (0, 0,
> + _("refusing to remove %s or %s directory: skipping %s"),
> + quote_n (0, "."), quote_n (1, ".."),
> + quote_n (2, ent->fts_path));That's a good clarification. Please push. thanks! Pádraig.
