Summary: | man 5 ebuild : best_version error in description of function return | ||
---|---|---|---|
Product: | [OLD] Docs-developer | Reporter: | Andrew Bevitt <andrewbevitt> |
Component: | Portage Documentation | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Andrew Bevitt
2003-12-01 04:44:15 UTC
it is correct ... nick for some reason decided to return shell true/false :P you have to use this syntax: if best_version blah/blah ; then you cant use this: if [ `best_version blah/blah` ] ; then |