Changeset 33923 for trunk/tools/runwarpskycell.pl
- Timestamp:
- May 25, 2012, 11:22:34 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/tools/runwarpskycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
