hush: move msh/lash config into hush.c, no code changes
[oweals/busybox.git] / runit / chpst.c
index 028a28d6c04d8c736bda092d4d405529db89808c..ad0811294619b30850e058dab028195c04cf9970 100644 (file)
@@ -382,6 +382,5 @@ int chpst_main(int argc UNUSED_PARAM, char **argv)
        if (opt & OPT_2)
                close(STDERR_FILENO);
 
-       BB_EXECVP(argv[0], argv);
-       bb_perror_msg_and_die("can't execute '%s'", argv[0]);
+       BB_EXECVP_or_die(argv);
 }