Changeset 34041 for branches/meh_branches/ppstack_test/tools/runbgchip.pl
- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/runbgchip.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/tools/runbgchip.pl
r33415 r34041 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.
