aboutsummaryrefslogtreecommitdiff
path: root/runit/chpst.c
diff options
context:
space:
mode:
Diffstat (limited to 'runit/chpst.c')
-rw-r--r--runit/chpst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/chpst.c b/runit/chpst.c
index 14b8b5a15..4662a4a83 100644
--- a/runit/chpst.c
+++ b/runit/chpst.c
@@ -290,7 +290,7 @@ int chpst_main(int argc, char **argv)
290 } 290 }
291 argv += optind; 291 argv += optind;
292 if (!argv || !*argv) bb_show_usage(); 292 if (!argv || !*argv) bb_show_usage();
293 293
294 if (OPT_pgrp) setsid(); 294 if (OPT_pgrp) setsid();
295 if (env_dir) edir(env_dir); 295 if (env_dir) edir(env_dir);
296 if (root) { 296 if (root) {