- Timestamp:
- May 25, 2012, 11:22:34 AM (14 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
-
runbgchip.pl (modified) (1 diff)
-
runwarpskycell.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 -
trunk/tools/runwarpskycell.pl
r31942 r33923 105 105 exit 0 if $pretend; 106 106 107 exit system $command; 107 my $rc = system $command; 108 exit $rc >> 8; 108 109 109 110
Note:
See TracChangeset
for help on using the changeset viewer.
