Changeset 9492 for trunk/ippScripts/scripts/phase0_imfile.pl
- Timestamp:
- Oct 11, 2006, 3:08:29 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase0_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase0_imfile.pl
r9475 r9492 10 10 use PS::IPP::Metadata::Config; 11 11 use PS::IPP::Metadata::Stats; 12 use Storabe qw( freeze thaw ); 12 13 use Data::Dumper; 13 14 … … 124 125 # Pau. 125 126 126 END { system("sync") == 0 or die "failed to execute sync: $!" } 127 END { 128 my $exit = $?; 129 system("sync") == 0 or die "failed to execute sync: $!"; 130 $? = $exit; 131 } 127 132 128 133 __END__
Note:
See TracChangeset
for help on using the changeset viewer.
