From: Miklos Szeredi Date: Mon, 5 Mar 2007 11:37:52 +0000 (+0000) Subject: mount.fuse should use /bin/bash. Debian Bug#413403 X-Git-Tag: fuse_2_6_merge3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ecfbf168951689ef12182d46aa4bf3b595996396;p=qemu-gpiodev%2Flibfuse.git mount.fuse should use /bin/bash. Debian Bug#413403 --- diff --git a/ChangeLog b/ChangeLog index b9b254c..4008f8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-05 Miklos Szeredi + + * mount.fuse should use /bin/bash. Debian Bug#413403. Reported + by Thomas Weinbrenner + 2007-02-26 Miklos Szeredi * 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