diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-07 01:40:59 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-07 01:40:59 +0000 |
commit | cff4f93c95640d3a99feda2fbb6230064b047167 (patch) | |
tree | 3a69feb939f61586473ed296cf778e7bad28a93b /util-linux | |
parent | 949175925a64334d4a3643fcff0bf7a063838c1c (diff) | |
download | busybox-w32-cff4f93c95640d3a99feda2fbb6230064b047167.tar.gz busybox-w32-cff4f93c95640d3a99feda2fbb6230064b047167.tar.bz2 busybox-w32-cff4f93c95640d3a99feda2fbb6230064b047167.zip |
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
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
395 | 395 | ||
396 | if (optind + 1 < argc) { | 396 | if (optind + 1 < argc) { |
397 | if (realpath(argv[optind + 1], directory) == NULL) { | 397 | if (realpath(argv[optind + 1], directory) == NULL) { |
398 | perror_msg_and_die("Invalid directory %s", directory); | 398 | perror_msg_and_die("%s", directory); |
399 | } | 399 | } |
400 | } | 400 | } |
401 | 401 | ||