aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/setarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/setarch.c b/util-linux/setarch.c
index 4a5853adc..33588e4ee 100644
--- a/util-linux/setarch.c
+++ b/util-linux/setarch.c
@@ -49,5 +49,5 @@ retry:
execvp(argv[0], argv);
failure:
- bb_perror_msg_and_die(argv[0]);
+ bb_perror_msg_and_die("%s", argv[0]);
}