| commit | ce82c8ab7782d30ae639652f10d9d9f4069410aa | [log] [tgz] |
|---|---|---|
| author | Eric Andersen <andersen@codepoet.org> | Tue Aug 22 01:00:56 2000 +0000 |
| committer | Eric Andersen <andersen@codepoet.org> | Tue Aug 22 01:00:56 2000 +0000 |
| tree | 54853663d564d33633115d3466ea440f04a77d7c | |
| parent | 2368a387edced9e9722d6b8e7a82bd2e191ca347 [diff] |
Fix an option parsing bug where things like
chmod -r /tmp/file
wholdn't work (since it thought -r was an option). Doh!
-Erik