From: Miklos Szeredi Date: Sun, 29 Apr 2007 07:40:31 +0000 (+0000) Subject: Fix in typo in mount.fuse X-Git-Tag: fuse_2_6_5~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d4dbe04afb2fd3a7ae70ae49308f6d743b0d4a8f;p=qemu-gpiodev%2Flibfuse.git Fix in typo in mount.fuse --- 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"