From cff4f93c95640d3a99feda2fbb6230064b047167 Mon Sep 17 00:00:00 2001 From: bug1 Date: Mon, 7 May 2001 01:40:59 +0000 Subject: woops, i shouldnt be so presumtuous? about what the error will be git-svn-id: svn://busybox.net/trunk/busybox@2545 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- util-linux/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/mount.c b/util-linux/mount.c index fa885cb1e..e511b798b 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -395,7 +395,7 @@ extern int mount_main(int argc, char **argv) if (optind + 1 < argc) { if (realpath(argv[optind + 1], directory) == NULL) { - perror_msg_and_die("Invalid directory %s", directory); + perror_msg_and_die("%s", directory); } } -- cgit v1.2.3-55-g6feb