-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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:
Line 237 in 068e50e
| bash -cl "$command" |
This causes bash to work as login shell and reset any environment variables to their login defaults.
Metadata
Metadata
Assignees
Labels
No labels