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

Collapse All | Expand All

(-)a/src/share/common (-1 / +1 lines)
Lines 108-114 Link Here
108
         # if root, su command as monkeysphere user
108
         # if root, su command as monkeysphere user
109
	'root')
109
	'root')
110
            # requote arguments using bash builtin feature (see "help printf"):
110
            # requote arguments using bash builtin feature (see "help printf"):
111
	    su "$MONKEYSPHERE_USER" -c "$(printf "%q " "$@")"
111
	    su -s /bin/bash "$MONKEYSPHERE_USER" -c "$(printf "%q " "$@")"
112
	    ;;
112
	    ;;
113
113
114
	# otherwise, fail
114
	# otherwise, fail

Return to bug 313253