Fix an option parsing bug where things like
authorEric Andersen <andersen@codepoet.org>
Tue, 22 Aug 2000 01:00:56 +0000 (01:00 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 22 Aug 2000 01:00:56 +0000 (01:00 -0000)
commitce82c8ab7782d30ae639652f10d9d9f4069410aa
tree54853663d564d33633115d3466ea440f04a77d7c
parent2368a387edced9e9722d6b8e7a82bd2e191ca347
Fix an option parsing bug where things like
    chmod -r /tmp/file
wholdn't work (since it thought -r was an option).  Doh!
 -Erik
chmod_chown_chgrp.c