- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/PS-IPP-Config/lib/PS/IPP/Config.pm
r29891 r30118 1107 1107 } 1108 1108 1109 if (file_scheme($output) ne 'neb') { 1109 my $scheme = file_scheme($output); 1110 if (!$scheme or ($scheme ne 'neb')) { 1110 1111 # non-nebulous file we're done 1111 if ($delete_existing ) {1112 if ($delete_existing and $self->file_exists($output)) { 1112 1113 if (!$self->file_delete($output)) { 1113 1114 carp "failed to delete $output"; … … 1181 1182 my $copies = shift; 1182 1183 1183 if (file_scheme($file) ne 'neb') { 1184 my $scheme = file_scheme($file); 1185 if (!$scheme or ($scheme ne 'neb')) { 1184 1186 carp "cannot replicate non-neulous file: $file"; 1185 1187 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.
