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

(-)kernel-2.eclass (-2 / +2 lines)
Lines 466-472 Link Here
466
466
467
			if [ -n "${UNIPATCH_STRICTORDER}" ]; then
467
			if [ -n "${UNIPATCH_STRICTORDER}" ]; then
468
				unset z
468
				unset z
469
				STRICT_COUNT=$((${STRICT_COUNT} + 1))
469
				STRICT_COUNT=$((10#${STRICT_COUNT} + 1))
470
				for((y=0; y<$((6 - ${#STRICT_COUNT})); y++));
470
				for((y=0; y<$((6 - ${#STRICT_COUNT})); y++));
471
					do z="${z}0";
471
					do z="${z}0";
472
				done
472
				done
Lines 515-521 Link Here
515
515
516
				if [ -n "${UNIPATCH_STRICTORDER}" ]; then
516
				if [ -n "${UNIPATCH_STRICTORDER}" ]; then
517
					unset z
517
					unset z
518
					STRICT_COUNT=$((${STRICT_COUNT} + 1))
518
					STRICT_COUNT=$((10#${STRICT_COUNT} + 1))
519
					for((y=0; y<$((6 - ${#STRICT_COUNT})); y++));
519
					for((y=0; y<$((6 - ${#STRICT_COUNT})); y++));
520
						do z="${z}0";
520
						do z="${z}0";
521
					done
521
					done

Return to bug 84856