aboutsummaryrefslogtreecommitdiff
path: root/libbb/run_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/run_shell.c')
-rw-r--r--libbb/run_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/run_shell.c b/libbb/run_shell.c
index 2ccb3a12c..de7b92ab2 100644
--- a/libbb/run_shell.c
+++ b/libbb/run_shell.c
@@ -86,5 +86,5 @@ void FAST_FUNC run_shell(const char *shell, int loginshell, const char *command,
86 freecon(current_sid); 86 freecon(current_sid);
87#endif 87#endif
88 execv(shell, (char **) args); 88 execv(shell, (char **) args);
89 bb_perror_msg_and_die("cannot run %s", shell); 89 bb_perror_msg_and_die("can't run %s", shell);
90} 90}