Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 7152

Summary: doman for portage .30alpha_3: typo
Product: Portage Development Reporter: Maurizio Disimino <kevin>
Component: UnclassifiedAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: normal CC: kevin, naanyaar2000
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maurizio Disimino 2002-08-28 02:47:03 UTC
<snip>
suf=${x##*.}
	if [ "$suf" = "gz" ]
	then
		realname=${x%.*}
	else:
		realname=x
	fi
	lastcomp=${realname##*.}
</snip>

typo: "else:" should be "else"
      "realname=x" should be "realname=$x"

doman is OK :) thanks
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-08-28 17:49:13 UTC
eep, had a python flashback. Will be fixed in 2.0.30 (final)
Comment 2 SpanKY gentoo-dev 2002-08-31 23:13:11 UTC
*** Bug 7298 has been marked as a duplicate of this bug. ***