summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-04-29 07:40:31 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-04-29 07:40:31 +0000
commitd4dbe04afb2fd3a7ae70ae49308f6d743b0d4a8f (patch)
tree7970f774b0fce6b708cc06ec6cf6b08580570c37
parentb179843f8b8613a4ec53092c4d65e382cb712247 (diff)
downloadfuse-d4dbe04afb2fd3a7ae70ae49308f6d743b0d4a8f.tar.gz
Fix in typo in mount.fuse
-rw-r--r--ChangeLog4
-rw-r--r--util/mount.fuse2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ae727d..7806821 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-28 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Fix in typo in mount.fuse. Reported by Jakub Moc
+
2007-04-27 Miklos Szeredi <miklos@szeredi.hu>
* 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"