From ecfbf168951689ef12182d46aa4bf3b595996396 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 5 Mar 2007 11:37:52 +0000 Subject: [PATCH] mount.fuse should use /bin/bash. Debian Bug#413403 --- ChangeLog | 5 +++++ util/mount.fuse | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.30.2