diff options
Diffstat (limited to 'shell/lash.c')
-rw-r--r-- | shell/lash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c index af3a8f80b..b7a0a6a37 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -1159,7 +1159,7 @@ static int pseudo_exec(struct child_prog *child) | |||
1159 | 1159 | ||
1160 | /* Do not use bb_perror_msg_and_die() here, since we must not | 1160 | /* Do not use bb_perror_msg_and_die() here, since we must not |
1161 | * call exit() but should call _exit() instead */ | 1161 | * call exit() but should call _exit() instead */ |
1162 | bb_perror_msg("%s", child->argv[0]); | 1162 | bb_simple_perror_msg(child->argv[0]); |
1163 | _exit(EXIT_FAILURE); | 1163 | _exit(EXIT_FAILURE); |
1164 | } | 1164 | } |
1165 | 1165 | ||