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: Bernhard Voelker
Subject: bug#15926: RFE: unlink command already uses 'unlink' call; make 'rm' use 'remove' call
Date: Thu, 21 Nov 2013 12:01:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

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





reply via email to

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