Fix the error message on one of the rename operations.
authorWayne Davison <wayned@samba.org>
Tue, 30 Sep 2008 04:54:49 +0000 (21:54 -0700)
committerWayne Davison <wayned@samba.org>
Tue, 30 Sep 2008 04:54:49 +0000 (21:54 -0700)
support/atomic-rsync

index 6496736..33a493c 100755 (executable)
@@ -48,7 +48,7 @@ if (system($RSYNC_PROG, "--link-dest=$dest_dir", @ARGV)) {
     exit $?;
 }
 
     exit $?;
 }
 
-rename($dest_dir, $old_dir) or die "Unable to rename $new_dir to $old_dir: $!";
+rename($dest_dir, $old_dir) or die "Unable to rename $dest_dir to $old_dir: $!";
 rename($new_dir, $dest_dir) or die "Unable to rename $new_dir to $dest_dir: $!";
 
 exit;
 rename($new_dir, $dest_dir) or die "Unable to rename $new_dir to $dest_dir: $!";
 
 exit;