diff options
Diffstat (limited to 'coreutils/install.c')
-rw-r--r-- | coreutils/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/install.c b/coreutils/install.c index 8270490bd..c0f1c538a 100644 --- a/coreutils/install.c +++ b/coreutils/install.c | |||
@@ -238,7 +238,7 @@ int install_main(int argc, char **argv) | |||
238 | args[2] = dest; | 238 | args[2] = dest; |
239 | args[3] = NULL; | 239 | args[3] = NULL; |
240 | if (spawn_and_wait(args)) { | 240 | if (spawn_and_wait(args)) { |
241 | bb_perror_msg("strip"); | 241 | bb_simple_perror_msg("strip"); |
242 | ret = EXIT_FAILURE; | 242 | ret = EXIT_FAILURE; |
243 | } | 243 | } |
244 | } | 244 | } |