aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-rw-r--r--archival/tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c
index 0d3fb926c..b2967463e 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -464,7 +464,7 @@ static inline int writeTarFile(const int tar_fd, const int verboseFlag,
464 dup2(tbInfo.tarFd, 1); 464 dup2(tbInfo.tarFd, 1);
465 465
466 close(gzipStatusPipe[0]); 466 close(gzipStatusPipe[0]);
467 fcntl(gzipStatusPipe[1], F_SETFD, FD_CLOEXEC); /* close on exec shows sucess */ 467 fcntl(gzipStatusPipe[1], F_SETFD, FD_CLOEXEC); /* close on exec shows success */
468 468
469 execlp(zip_exec, zip_exec, "-f", NULL); 469 execlp(zip_exec, zip_exec, "-f", NULL);
470 vfork_exec_errno = errno; 470 vfork_exec_errno = errno;