neilcsmith-net commented on code in PR #8756: URL: https://github.com/apache/netbeans/pull/8756#discussion_r2296076881
########## nb/ide.launcher/unix/netbeans: ########## @@ -38,6 +38,9 @@ cd "$progdir"/.. basedir=`pwd` cd "$old" +# make sure own launcher is on PATH +PATH=$PATH:$progdir Review Comment: It might also be good to export the `BASEDIR` value added in #8408 , although possibly under a NetBeans specific name? That would in most cases be enough to find the launcher, but separate environment variables for current basedir and current launcher locations would be good. That should cover what you need without altering the path for everything else too? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
