Skip to content

Non default JAVA_HOME makes wrapper fail #14

Description

@ascheman

If java is not on a default path (as set by /etc/default/login or other means), the wrapper fails since the executable cannot be found when doctoolchain is finally called.

The reason for this is the call to bash with the -l flag in line 37:

bash -cl "$command"

This causes bash to work as login shell and reset any environment variables to their login defaults.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions