aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/fsck.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/pending/fsck.c')
-rw-r--r--toys/pending/fsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/fsck.c b/toys/pending/fsck.c
index 723f77de..ac00bff7 100644
--- a/toys/pending/fsck.c
+++ b/toys/pending/fsck.c
@@ -223,7 +223,7 @@ static void do_fsck(struct f_sys_info *finfo)
return;
} else {
if ((pid = fork()) < 0) {
- perror_msg(args[0]);
+ perror_msg_raw(*args);
for (j=0;j<i;j++) free(args[i]);
free(args);
return;