Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 364743
Collapse All | Expand All

(-)/usr/bin/euse (-2 / +2 lines)
Lines 743-755 Link Here
743
	local found_one
743
	local found_one
744
	local args
744
	local args
745
	
745
	
746
	set -f
747
	args="${*:-*}"
746
	args="${*:-*}"
748
747
749
	if [ -z "${SCOPE}" ]; then
748
	if [ -z "${SCOPE}" ]; then
749
		set -f
750
		SCOPE="global" showdesc ${args}
750
		SCOPE="global" showdesc ${args}
751
		echo
751
		echo
752
		SCOPE="local" showdesc ${args}
752
		SCOPE="local" showdesc ${args}
753
		set +f
753
		return
754
		return
754
	fi
755
	fi
755
	
756
	
Lines 758-764 Link Here
758
	[ "${SCOPE}" == "global" ] && echo "global use flags (searching: ${args})"
759
	[ "${SCOPE}" == "global" ] && echo "global use flags (searching: ${args})"
759
	[ "${SCOPE}" == "local" ] && echo "local use flags (searching: ${args})"
760
	[ "${SCOPE}" == "local" ] && echo "local use flags (searching: ${args})"
760
	echo "************************************************************"
761
	echo "************************************************************"
761
	set +f
762
	if [ "${args}" == "*" ]; then
762
	if [ "${args}" == "*" ]; then
763
		args="${useflags[*]}"
763
		args="${useflags[*]}"
764
	fi
764
	fi

Return to bug 364743