]> granicus.if.org Git - sudo/commit
Use getopt() to parse the command line. We need to be able to
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 12 Mar 2008 23:42:32 +0000 (23:42 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 12 Mar 2008 23:42:32 +0000 (23:42 +0000)
commitd11cb3d14b1e6bb9dd60ae9e209edf08a406721b
treed134739de82afb6718083ff1259fbe3fc299bb8d
parent299fe04af0ceba16af1e8d4b116bb62bbf6be2bb
Use getopt() to parse the command line.  We need to be able to
intersperse env variables and options yet still honor "--""
which complicates things slightly.
sudo.c