Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409679 - Small syntax error in media-video/bombono-dvd ebuilds
Summary: Small syntax error in media-video/bombono-dvd ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-25 18:56 UTC by Mira Ressel
Modified: 2012-04-09 19:19 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 Mira Ressel 2012-03-25 18:56:59 UTC
The bombono-dvd ebuilds contain a small syntax error in src_compile which leads to inaccurate error reporting. It's only a cosmetic issue though.

The error is in the following syntax:
... || die 'Please add "${S}/config.opts" when filing bugs reports!'

Now, the ${S} isn't replaced as expected by the author, because it is inside ''.

An appropriate syntax would be:
... || die "Please add ${S}/config.opts when filing bugs reports!"

Reproducible: Always
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2012-04-09 19:19:08 UTC
Done, thanks!