projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
650c7f0
)
mount.fuse should use /bin/bash. Debian Bug#413403
fuse_2_6_merge3
author
Miklos Szeredi
<miklos@szeredi.hu>
Mon, 5 Mar 2007 11:37:52 +0000
(11:37 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Mon, 5 Mar 2007 11:37:52 +0000
(11:37 +0000)
ChangeLog
patch
|
blob
|
history
util/mount.fuse
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index b9b254c5dd89247a519cb2a1b0db681b43d4fee3..4008f8cce6c3c3d019c1208489e2cdbcf74e3b86 100644
(file)
--- 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 98e0ba77037542d80ea2dbcf93a71fffb4a8606e..5b9e3e19f3a279fcc0f506f6908614828ddebda0 100644
(file)
--- a/
util/mount.fuse
+++ b/
util/mount.fuse
@@
-1,4
+1,4
@@
-#!/bin/sh
+#!/bin/
ba
sh
#
# FUSE mount helper
# Petr Klima <qaxi@seznam.cz>