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

(-)a/common/mkiconlinks.sh (-1 / +2 lines)
Lines 16-22 read NEXTLINE Link Here
16
while [ ! -z "$NEXTLINE" ] ; do
16
while [ ! -z "$NEXTLINE" ] ; do
17
17
18
	# Skip lines beginning with '#'
18
	# Skip lines beginning with '#'
19
	if [ ! "${NEXTLINE:0:1}" == '#' ]; then
19
	FIRST=$(echo ${NEXTLINE} | cut -c1)
20
	if [ ! ${FIRST} == '#' ]; then
20
		#Extract first field, minus its trailing colon
21
		#Extract first field, minus its trailing colon
21
		ORIG_FILE=`echo $NEXTLINE | awk '/:/{print $1}' | sed -e 's/://'`
22
		ORIG_FILE=`echo $NEXTLINE | awk '/:/{print $1}' | sed -e 's/://'`
22
23

Return to bug 528380