]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fixed the code that removes old file versions for a final release.
authorWayne Davison <wayned@samba.org>
Fri, 4 Apr 2008 07:05:44 +0000 (00:05 -0700)
committerWayne Davison <wayned@samba.org>
Fri, 4 Apr 2008 07:05:44 +0000 (00:05 -0700)
packaging/release-rsync

index 371f41db5315af2d5063f33f8c23e8d305f00bc5..f1afd2e99b43ab2518d080b7f2adf9820f67c9ee 100755 (executable)
@@ -327,7 +327,7 @@ foreach my $fn ($srctar_file, $pattar_file, $diff_file) {
 }
 
 if (!$pre) {
-    system "rm $dest/rsync-*{.tar.gz,.asc,-NEWS} $dest/src-preview/rsync-*diffs.gz";
+    system "rm $dest/rsync-*.gz $dest/rsync-*.asc $dest/rsync-*-NEWS $dest/src-previews/rsync-*diffs.gz*";
 
     foreach my $fn ($srctar_file, "$srctar_file.asc",
                    $pattar_file, "$pattar_file.asc",