]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:47:22 +0000 (02:47 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:47:22 +0000 (02:47 +0000)
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.022367 seconds and 4 git commands to generate.