]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
add a comment
authorJim Meyering <jim@meyering.net>
Tue, 7 Jan 2003 16:06:56 +0000 (16:06 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 7 Jan 2003 16:06:56 +0000 (16:06 +0000)
src/remove.c

index ffa7ab21c1a89c40cead3c62fcadc3bb7204f9b9..c4822ea1515edfb3e8112b93442a6f46b4e14f6a 100644 (file)
@@ -1101,6 +1101,8 @@ rm (size_t n_files, char const *const *file, struct rm_options const *x)
     {
       enum RM_status s;
       cycle_check_init (&ds->cycle_check_state);
+      /* Arrange to fail, give up on this FILE, but continue on with
+        any other arguments, in case rm_1 detects a directory cycle.  */
       if (setjmp (ds->current_arg_jumpbuf))
        s = RM_ERROR;
       else