Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176365 | Differences between
and this patch

Collapse All | Expand All

(-)/sbin/mount.fuse.orig (-1 / +1 lines)
Lines 20-26 Link Here
20
	example: ${PRGNAME} sshfs#root@tux:/ /mnt/tuxssh -o rw
20
	example: ${PRGNAME} sshfs#root@tux:/ /mnt/tuxssh -o rw
21
"
21
"
22
22
23
die {
23
die() {
24
	echo "$PRGNAME# $1" >&2
24
	echo "$PRGNAME# $1" >&2
25
	[ -z "$2" ] && exit 128
25
	[ -z "$2" ] && exit 128
26
	exit "$2"
26
	exit "$2"

Return to bug 176365