bug-coreutils
[Top][All Lists]
Advanced

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

bug#15926: RFE: unlink command already uses 'unlink' call; make 'rm' use


From: Pádraig Brady
Subject: bug#15926: RFE: unlink command already uses 'unlink' call; make 'rm' use 'remove' call
Date: Thu, 21 Nov 2013 08:54:33 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]