OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Tobias Stoeckmann (tobiascvs.openbsd.org)
Date: Wed Sep 19 2007 - 08:36:32 CDT


CVSROOT: /cvs
Module name: src
Changes by: tobiascvs.openbsd.org 2007/09/19 07:36:32

Modified files:
        usr.bin/cvs : cvs.c

Log message:
parse global arguments (cvs) and command arguments only once, i.e. first
line of occurence. Nice side-effect: only parse arguments for current
command, not for all.

OK joris