Menu

#821 JAVA_HOME ignored

None
closed-fixed
5
2018-12-22
2010-01-25
Anonymous
No

[ ${JAVA_HOME} ] && JAVA="${JAVA_HOME}/bin/java" || [ /opt/java/jre ] && JAVA=/opt/java/jre/bin/java

associates ( ( ( A && B ) || C ) && D ) not ( A && B ) || ( C && D )

Discussion

  • memeplex

    memeplex - 2010-01-25

    Fix: { A && B ; } || { C && D ; }

     
  • Rob Manning

    Rob Manning - 2010-02-07

    Fixed in CVS. The change will be available in the next snapshot.

     
  • Rob Manning

    Rob Manning - 2010-02-07
    • milestone: --> 3.0.3
    • status: open --> closed-fixed
     

Log in to post a comment.