[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sun Apr 5 23:23:52 UTC 2020


The branch, master has been updated
       via  10d40508 Use "exit 1" in atomic-rsync for error exit. Fixes bug #15469.
      from  daf8f7a6 Some configure improvements for strict C99 compilers (based on a patch by Florian Weimer).

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 10d40508e63a80497126f5d17c57013d8c523091
Author: Wayne Davison <wayned at samba.org>
Date:   Sun Apr 5 16:23:07 2020 -0700

    Use "exit 1" in atomic-rsync for error exit.
    Fixes bug #15469.

-----------------------------------------------------------------------

Summary of changes:
 support/atomic-rsync | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/support/atomic-rsync b/support/atomic-rsync
index 9e620cfe..79c2edfe 100755
--- a/support/atomic-rsync
+++ b/support/atomic-rsync
@@ -59,7 +59,7 @@ if (system($RSYNC_PROG, "--link-dest=$dest_dir", @ARGV)) {
     } else {
 	printf "child exited with value %d\n", $? >> 8;
     }
-    exit $?;
+    exit 1;
 }
 
 if (!defined $old_dir) {


-- 
The rsync repository.



More information about the rsync-cvs mailing list