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

(-)a/rc/sh/net.sh (-1 / +1 lines)
Lines 444-450 Link Here
444
		eval config=\$config_${config_index}
444
		eval config=\$config_${config_index}
445
		[ -z "${config}" ] && break 
445
		[ -z "${config}" ] && break 
446
446
447
		set -- "${config}"
447
		set -- ${config}
448
		ebegin "$1"
448
		ebegin "$1"
449
		eindent
449
		eindent
450
		case "$1" in
450
		case "$1" in

Return to bug 200884