Changeset 10700 for trunk/ippScripts/scripts/mdc2list.pl
- Timestamp:
- Dec 13, 2006, 3:34:19 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/mdc2list.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/mdc2list.pl
r9446 r10700 70 70 } 71 71 72 END { system("sync") == 0 or die "failed to execute sync: $!" } 72 END { 73 my $status = $?; 74 system("sync") == 0 75 or die "failed to execute sync: $!" ; 76 $? = $status; 77 }
Note:
See TracChangeset
for help on using the changeset viewer.
