jtulach commented on code in PR #8756:
URL: https://github.com/apache/netbeans/pull/8756#discussion_r2295516663
##########
nb/ide.launcher/unix/netbeans:
##########
@@ -138,6 +145,8 @@ launchNbexec() {
then
sh=/bin/bash
fi
+ NETBEANS_USERDIR=${userdir}
Review Comment:
- Store the value of `--userdir` to a system variable
- so that child processes can pick it up
--
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