]> Dogcows Code - chaz/tar/blobdiff - src/buffer.c
*** empty log message ***
[chaz/tar] / src / buffer.c
index 5f454b96a6a462563343e90bda1617887cd9fc34..bad85e251563604958314cd4235c424f29f2edbe 100644 (file)
@@ -1285,10 +1285,10 @@ close_archive ()
              if (WEXITSTATUS (status) == (SIGPIPE + 128))
                {
                  /*
-                          * /bin/sh returns this if its child
-                          * dies with SIGPIPE.  'Sok.
-                          */
-                 break;
+                  * /bin/sh returns this if its child
+                  * dies with SIGPIPE.  'Sok.
+                  */
+                 /* Do nothing. */
                }
              else if (WEXITSTATUS (status))
                msg ("child returned status %d",
This page took 0.022331 seconds and 4 git commands to generate.