Date: Tue, 13 Feb 2001 12:38:42 +0000 (GMT) From: Nick Hibma <n_hibma@qubesoft.com> To: Dirk Froemberg <dirk@FreeBSD.org> Cc: <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/sys/kern makeops.pl Message-ID: <Pine.BSF.4.31.0102131237390.43637-100000@henny.webweaving.org> In-Reply-To: <200102052304.f15N4vb98162@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
You might want to add checking for the '--' as well.
if ( $arg eq '--' ) {
last;
} elsif ( $arg =~ m/^-.*/ ) {
push @args, $arg;
} elsif ( $arg =~ m/\.m$/ ) {
push @filenames, $arg;
On Mon, 5 Feb 2001, Dirk Froemberg wrote:
> dirk 2001/02/05 15:04:57 PST
>
> Modified files: (Branch: RELENG_4)
> sys/kern makeops.pl
> Log:
> Fix detection of flags. Otherwise directory names containing '-'
> are handled improperly.
>
> PR: kern/24868
> Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
>
> Revision Changes Path
> 1.1.2.2 +2 -2 src/sys/kern/Attic/makeops.pl
>
>
> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/kern/Attic/makeops.pl?r1=1.1.2.1&r2=1.1.2.2&cvsroot=freebsd
>
--
Qube Software, Ltd. Private:
n_hibma@qubesoft.com n_hibma@webweaving.org
n_hibma@freebsd.org
http://www.qubesoft.com/ http://www.etla.net/~n_hibma/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.31.0102131237390.43637-100000>
