Changeset 33923 for trunk/tools/runbgchip.pl
- Timestamp:
- May 25, 2012, 11:22:34 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/tools/runbgchip.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/runbgchip.pl
r33068 r33923 97 97 exit 0 if $pretend; 98 98 99 exit system $command; 99 my $rc = system $command; 100 my $status = $rc >> 8; 101 if ($rc) { 102 print "command returned $rc $status\n"; 103 } 104 exit $status; 100 105 101 106
Note:
See TracChangeset
for help on using the changeset viewer.
