summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-03-05 11:37:52 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-03-05 11:37:52 +0000
commitecfbf168951689ef12182d46aa4bf3b595996396 (patch)
tree4b59af608d81404427fa11b1a3571e2afe975949
parent650c7f075205083e041a817379ec5359c2ba4e90 (diff)
downloadfuse-ecfbf168951689ef12182d46aa4bf3b595996396.tar.gz
mount.fuse should use /bin/bash. Debian Bug#413403fuse_2_6_merge3
-rw-r--r--ChangeLog5
-rw-r--r--util/mount.fuse2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b9b254c..4008f8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-05 Miklos Szeredi <miklos@szeredi.hu>
+
+ * mount.fuse should use /bin/bash. Debian Bug#413403. Reported
+ by Thomas Weinbrenner
+
2007-02-26 Miklos Szeredi <miklos@szeredi.hu>
* Fix detection of installed fuse in init script. Reported and
diff --git a/util/mount.fuse b/util/mount.fuse
index 98e0ba7..5b9e3e1 100644
--- a/util/mount.fuse
+++ b/util/mount.fuse
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# FUSE mount helper
# Petr Klima <qaxi@seznam.cz>