| # | Line 47 | Line 47 | while (@ARGV) { | |
|---|---|---|
| 47 | # Let rad do any error handling... | |
| 48 | $vw = $ARGV[1]; | |
| 49 | shift @ARGV; | |
| 50 | < | } elsif (m/^-N\b/) { # No. of parallel processes |
| 50 | > | } elsif (m/^-[nN]\b/) { # No. of parallel processes |
| 51 | $opts .= ' -N ' . $ARGV[1]; | |
| 52 | $radopt = 1; | |
| 53 | shift @ARGV; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |