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 b66f9d82d..449184dab 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.c | |||
@@ -77,7 +77,7 @@ int nice_main(int argc, char **argv) | |||
77 | bb_perror_msg_and_die(Xetpriority_msg, 's'); | 77 | bb_perror_msg_and_die(Xetpriority_msg, 's'); |
78 | } | 78 | } |
79 | } | 79 | } |
80 | 80 | ||
81 | execvp(*argv, argv); /* Now exec the desired program. */ | 81 | execvp(*argv, argv); /* Now exec the desired program. */ |
82 | 82 | ||
83 | /* The exec failed... */ | 83 | /* The exec failed... */ |