severity 413403 important tags 413403 patch thanks Bashisms. Please fix them rather than making the script require bash.
--- /sbin/mount.fuse 2007-03-20 17:55:48.000000000 +0100
+++ /sbin/mount.fuse 2007-03-20 17:55:33.000000000 +0100
@@ -20,7 +20,7 @@
example: ${PRGNAME} [EMAIL PROTECTED]:/ /mnt/tuxssh -o rw
"
-function die {
+die() {
echo -e "$PRGNAME# $1" >&2
[ -z "$2" ] && exit 128
exit "$2"
--
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck - http://debiansystem.info
`- Debian - when you have better things to do than fixing systems
signature.asc
Description: Digital signature (GPG/PGP)

