Changeset 10700 for trunk/ippScripts/scripts/phase2.pl
- Timestamp:
- Dec 13, 2006, 3:34:19 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase2.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase2.pl
r10534 r10700 112 112 } 113 113 114 END { system("sync") == 0 or die "failed to execute sync: $!" } 114 END { 115 my $status = $?; 116 system("sync") == 0 117 or die "failed to execute sync: $!" ; 118 $? = $status; 119 } 115 120 116 121 __END__
Note:
See TracChangeset
for help on using the changeset viewer.
