aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/lsb/umount.c')
-rw-r--r--toys/lsb/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/lsb/umount.c b/toys/lsb/umount.c
index c7998e41..e6994f19 100644
--- a/toys/lsb/umount.c
+++ b/toys/lsb/umount.c
@@ -101,7 +101,7 @@ static void do_umount(char *dir, char *dev, int flags)
}
}
- perror_msg("%s", dir);
+ perror_msg_raw(dir);
}
void umount_main(void)