Added support for ignoring '-g' per GNU ls, thanks to David Vrabel
[oweals/busybox.git] / touch.c
diff --git a/touch.c b/touch.c
index 1364bb7d57c1f5655a89ca1664faddcac9a89ce0..f52bb0284202ddea81bfa48a923c82f11b41493c 100644 (file)
--- a/touch.c
+++ b/touch.c
@@ -81,5 +81,5 @@ extern int touch_main(int argc, char **argv)
                argv++;
        }
 
-       exit(TRUE);
+       return(TRUE);
 }