Changeset 10700 for trunk/ippScripts/scripts/detrend_norm_apply.pl
- Timestamp:
- Dec 13, 2006, 3:34:19 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_apply.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r10534 r10700 123 123 } 124 124 125 END { system("sync") == 0 or die "failed to execute sync: $!" } 125 END { 126 my $status = $?; 127 system("sync") == 0 128 or die "failed to execute sync: $!" ; 129 $? = $status; 130 }
Note:
See TracChangeset
for help on using the changeset viewer.
