commit | dbaf97e463a63062e0a1a7f98ee9ff564639fb58 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Mon Sep 05 06:16:53 2005 +0000 |
committer | Rob Landley <rob@landley.net> | Mon Sep 05 06:16:53 2005 +0000 |
tree | 3300c1222facdb42a65078914c9bc249659401fe | |
parent | cc1669bcde1fc773accaafcee4279a32bfaffd37 [diff] |
Fix the warnings, and fix the following two obvious segfaults: ./busybox getopt -n one -n two woot ./busybox getopt -o one -o two woot This entire applet is still an enormous pile of garbage, which I can't clean up because I really have no idea what it's for. (Both "man getopt" and trying it out on the command line a bit fail to enlighten me. Reading the code, the fact half of it seems to be special cases for bash vs tcsh does not fill me with confidence.)