Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 313253 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/share/common (-1 / +1 lines)
Lines 917-923 Link Here
917
    IFS=$'\n'
917
    IFS=$'\n'
918
    while read line ; do
918
    while read line ; do
919
	case "$line" in
919
	case "$line" in
920
	    ("#"*)
920
	    ("#"*|"")
921
		continue
921
		continue
922
		;;
922
		;;
923
	    (" "*|$'\t'*)
923
	    (" "*|$'\t'*)

Return to bug 313253