Changeset 33925
- Timestamp:
- May 25, 2012, 11:23:43 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/tools/runchipimfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/runchipimfile.pl
r33067 r33925 110 110 exit 0 if $pretend; 111 111 112 exit system $command; 112 my $rc = system $command; 113 my $status = $rc >> 8; 114 if ($rc) { 115 print STDERR "command failed with $rc $status\n"; 116 $status = 1 unless $status; 117 } else { 118 print "Successfully rebuilt chip $chip_id $class_id\n"; 119 } 120 exit $status; 113 121 114 122
Note:
See TracChangeset
for help on using the changeset viewer.
