Changeset 10700 for trunk/ippScripts/scripts/phase3.pl
- Timestamp:
- Dec 13, 2006, 3:34:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase3.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase3.pl
r10534 r10700 152 152 } 153 153 154 END { system("sync") == 0 or die "failed to execute sync: $!" } 154 END { 155 my $status = $?; 156 system("sync") == 0 157 or die "failed to execute sync: $!" ; 158 $? = $status; 159 } 155 160 156 161 __END__
Note:
See TracChangeset
for help on using the changeset viewer.
