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

(-)gnuconfig.eclass (-1 / +6 lines)
Lines 29-35 Link Here
29
gnuconfig_update() {
29
gnuconfig_update() {
30
	local startdir	# declared here ... used in gnuconfig_do_update
30
	local startdir	# declared here ... used in gnuconfig_do_update
31
31
32
	if [[ $1 == /* ]]; then
32
	local x
33
	for ((x = 1; x <= $#; x = x + 1)); do
34
		echo "gnuconfig_update arg$x = [${!x}]"
35
	done
36
37
	if [[ $1 == */* ]]; then
33
		startdir=$1
38
		startdir=$1
34
		shift
39
		shift
35
	else
40
	else

Return to bug 57559