Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/218#discussion_r55790712
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/bin/nifi.sh
 ---
    @@ -118,6 +118,12 @@ locateJava() {
                 fi
             fi
         fi
    +    [ "x${TOOLS_JAR}" =  "x" ] && [ -n "${JAVA_HOME}" ] && 
TOOLS_JAR=$(find "${JAVA_HOME}" -name "tools.jar")
    --- End diff --
    
    This was okay on OS X where my Java home was absolute, but not okay on 
Linux where this was a symlink.  Quick win here would be to use the -H of find


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to