Date: Fri, 1 Feb 2013 06:42:21 -0800 (PST) From: Beeblebrox <zaphod@berentweb.com> To: freebsd-ports@freebsd.org Subject: Re: GNU style getopt problem Message-ID: <1359729741318-5782951.post@n5.nabble.com> In-Reply-To: <1359729522801-5782949.post@n5.nabble.com> References: <1359717012393-5782884.post@n5.nabble.com> <20130201113618.GA2371@reindeer.exwg.net> <1359729522801-5782949.post@n5.nabble.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Interesting - when I switch to bash and try it: getopt --help 2> &1 | grep long bash: syntax error near unexpected token `&' while this one gives no message - I guess I'll try a test with this. $ getopt --help 2>&1 | grep long -- View this message in context: http://freebsd.1045724.n5.nabble.com/GNU-style-getopt-problem-tp5782884p5782951.html Sent from the freebsd-ports mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1359729741318-5782951.post>