On 11/21/2013 09:54 AM, Pádraig Brady wrote:
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, pushed: http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=2da7009d Have a nice day, Berny
