Brand, new version of cut. This fixes the bugs in the old cut, is smaller, and
[oweals/busybox.git] / id.c
diff --git a/id.c b/id.c
index ce5db52f0db7ed5bef406103659ec2a90e2d7eb6..a1a17924c32ec12d2004f146ee54020e8df20a04 100644 (file)
--- a/id.c
+++ b/id.c
@@ -37,6 +37,7 @@ extern int id_main(int argc, char **argv)
        int opt;
        
        cp = user = group = NULL;
+       gid = 0;
 
        while ((opt = getopt(argc, argv, "ugr")) > 0) {
                switch (opt) {