diff options
Diffstat (limited to 'miscutils/taskset.c')
-rw-r--r-- | miscutils/taskset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/taskset.c b/miscutils/taskset.c index cf6a8be99..b3bf4902e 100644 --- a/miscutils/taskset.c +++ b/miscutils/taskset.c | |||
@@ -91,7 +91,7 @@ int taskset_main(int argc, char** argv) | |||
91 | goto print_aff; | 91 | goto print_aff; |
92 | } | 92 | } |
93 | ++argv; | 93 | ++argv; |
94 | execvp(*argv, argv); | 94 | BB_EXECVP(*argv, argv); |
95 | bb_perror_msg_and_die("%s", *argv); | 95 | bb_perror_msg_and_die("%s", *argv); |
96 | } | 96 | } |
97 | #undef OPT_p | 97 | #undef OPT_p |