Stop disabling the RSYNC_PARTIAL_DIR environment variable now that
[rsync/rsync.git] / packaging / nightly-rsync
index 58936a6..c88fd69 100755 (executable)
@@ -100,7 +100,6 @@ system "find . -name 'rsync-HEAD-*' -daystart -mtime +14 | xargs rm -f";
 system 'ls -ltr';
 
 if ($upload) {
-    $ENV{RSYNC_PARTIAL_DIR} = ''; # The rsync on samba.org is OLD.
     system "rsync -aviHP --delete-after . samba.org:/home/ftp/pub/rsync/nightly";
 }