Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76471 - unpack should bail if called w/out arguements
Summary: unpack should bail if called w/out arguements
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All All
: High normal
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-01-02 18:41 UTC by SpanKY
Modified: 2005-05-04 16:57 UTC (History)
0 users

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 SpanKY gentoo-dev 2005-01-02 18:41:01 UTC
sometimes i pass variables to `unpack` since ${A} can be dynamic ...

it would be nice if this was added to the top of unpack():
[ -z "$*" ] && die "nothing to unpack !?"
Comment 1 SpanKY gentoo-dev 2005-05-04 16:57:58 UTC
has been released