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.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to