From d4dbe04afb2fd3a7ae70ae49308f6d743b0d4a8f Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 29 Apr 2007 07:40:31 +0000 Subject: [PATCH] Fix in typo in mount.fuse --- ChangeLog | 4 ++++ util/mount.fuse | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4ae727d..7806821 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-04-28 Miklos Szeredi + + * Fix in typo in mount.fuse. Reported by Jakub Moc + 2007-04-27 Miklos Szeredi * Released 2.6.4 diff --git a/util/mount.fuse b/util/mount.fuse index e8051db..aa9d1ed 100644 --- a/util/mount.fuse +++ b/util/mount.fuse @@ -20,7 +20,7 @@ usage: ${PRGNAME} fusefs_type#[mountpath] mountpoint [FUSE options] example: ${PRGNAME} sshfs#root@tux:/ /mnt/tuxssh -o rw " -die { +die() { echo "$PRGNAME# $1" >&2 [ -z "$2" ] && exit 128 exit "$2" -- 2.30.2