From 60c4e3b6e69e35898351b1fa6bdd7f20ea371fa9 Mon Sep 17 00:00:00 2001 From: vda Date: Fri, 24 Nov 2006 21:54:44 +0000 Subject: tar: sanitize option handling git-svn-id: svn://busybox.net/trunk/busybox@16661 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- runit/chpst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runit') diff --git a/runit/chpst.c b/runit/chpst.c index 3fcef8eec..f8e63031f 100644 --- a/runit/chpst.c +++ b/runit/chpst.c @@ -261,7 +261,7 @@ int chpst_main(int argc, char **argv) if (applet_name[1] == 'o') softlimit(argc, argv); if (applet_name[0] == 's') setuidgid(argc, argv); if (applet_name[0] == 'e') envuidgid(argc, argv); - // otherwise we are.......... chpst + // otherwise we are chpst { char *m,*d,*o,*p,*f,*c,*r,*t,*n; -- cgit v1.2.3-55-g6feb