Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7152 - doman for portage .30alpha_3: typo
Summary: doman for portage .30alpha_3: typo
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
: 7298 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-28 02:47 UTC by Maurizio Disimino
Modified: 2011-10-30 22:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***