diff options
Diffstat (limited to 'coreutils/realpath.c')
-rw-r--r-- | coreutils/realpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/realpath.c b/coreutils/realpath.c index 7c5dc3b10..9c4298720 100644 --- a/coreutils/realpath.c +++ b/coreutils/realpath.c | |||
@@ -35,7 +35,7 @@ int realpath_main(int argc, char **argv) | |||
35 | puts(resolved_path); | 35 | puts(resolved_path); |
36 | } else { | 36 | } else { |
37 | retval = EXIT_FAILURE; | 37 | retval = EXIT_FAILURE; |
38 | bb_perror_msg("%s", *argv); | 38 | bb_simple_perror_msg(*argv); |
39 | } | 39 | } |
40 | } while (--argc); | 40 | } while (--argc); |
41 | 41 | ||