Kaydet (Commit) 2a34d0bb authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

DEV300 masterfix: #i10000#: deliver.pl: -zip -delete: skip directly to next…

DEV300 masterfix: #i10000#: deliver.pl: -zip -delete: skip directly to next zipfile also if the current one doesn't exist
üst 200ccebf
...@@ -1215,8 +1215,8 @@ sub zip_files ...@@ -1215,8 +1215,8 @@ sub zip_files
if ( $opt_delete ) { if ( $opt_delete ) {
if ( -e $zip_file ) { if ( -e $zip_file ) {
unlink $zip_file or die "Error: can't remove file '$zip_file': $!"; unlink $zip_file or die "Error: can't remove file '$zip_file': $!";
next;
} }
next;
} }
local $work_file = ""; local $work_file = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment