View | Details | Raw Unified | Return to bug 24868
Collapse All | Expand All

(-)sys/kern/makeops.pl (-1 / +1 lines)
Lines 36-42 Link Here
36
# Process the command line
36
# Process the command line
37
#
37
#
38
while ( $arg = shift @ARGV ) {
38
while ( $arg = shift @ARGV ) {
39
   if ( $arg =~ m/-.*/ ) {
39
   if ( $arg =~ m/^-.*/ ) {
40
      push @args, $arg;
40
      push @args, $arg;
41
   } elsif ( $arg =~ m/\.m$/ ) {
41
   } elsif ( $arg =~ m/\.m$/ ) {
42
      push @filenames, $arg;
42
      push @filenames, $arg;

Return to bug 24868