diff options
Diffstat (limited to 'coreutils/nice.c')
-rw-r--r-- | coreutils/nice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/nice.c b/coreutils/nice.c index b66f9d8..449184d 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.c @@ -77,7 +77,7 @@ int nice_main(int argc, char **argv) bb_perror_msg_and_die(Xetpriority_msg, 's'); } } - + execvp(*argv, argv); /* Now exec the desired program. */ /* The exec failed... */ |