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

(-)sh/net.sh (-1 / +1 lines)
Lines 86-92 Link Here
86
    local IFS=.
86
    local IFS=.
87
    for i in $1; do
87
    for i in $1; do
88
		while [ ${i} != "0" ] ; do
88
		while [ ${i} != "0" ] ; do
89
	    	len=$((${len} + 1))
89
	    	len=$((${len} + ${i} % 2))
90
	    	i=$((${i} >> 1))
90
	    	i=$((${i} >> 1))
91
		done
91
		done
92
    done
92
    done

Return to bug 174341