Bug 78638 - vnc ebuild uses sub shells
Bug#: 78638 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: aliz@gentoo.org Reported By: axxo@gentoo.org
Component: Ebuilds
URL: 
Summary: vnc ebuild uses sub shells
Keywords:  
Status Whiteboard: 
Opened: 2005-01-19 02:33 0000
Description:   Opened: 2005-01-19 02:33 0000
you can't use subshells in ebuild, because then die doesn't die

don't
use server && (
epatch/die stuff

but 
if use server; then
epatch / die stuff

------- Comment #1 From Daniel Ahlberg (RETIRED) 2005-01-22 08:01:57 0000 -------
In CVS, thanks!