View Single Post

   
  #5 (permalink)  
Old 02-21-2008, 06:50 AM
Stephan Hurler
 
Posts: n/a
Default Re: Getting OpenOffice to work on Gentoo v1.4

Michael wrote:

>> fault better do it: emerge openoffice||emerge openoffice

> What does that command do? Does it run it in parallel or something?


the "||" is a logical "or" connection, so if the first command fails (returns a
"false" value), the second one gets run. in this case, if the emerge fails on
the first try, it gets run again.

st
Reply With Quote