Fixed option parsing. Grep would continue grepping, even when given a bad /
[oweals/busybox.git] / findutils / which.c
index f9d51f2f33836382be0f18898ae61dbd0854857e..1d75244654571c73923d20a97c0aa4473cab74fc 100644 (file)
@@ -21,6 +21,7 @@
  *
  */
 
+/* getopt not needed */
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>