]
Denis Golovin reassigned JBDS-4140:
-----------------------------------
Assignee: Denis Golovin
Setting 'Path' variable does not work on OS X
---------------------------------------------
Key: JBDS-4140
URL:
https://issues.jboss.org/browse/JBDS-4140
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 10.2.0.AM3
Environment: Mac OS X,
Windows
Reporter: Denis Golovin
Assignee: Denis Golovin
Priority: Critical
Current code sets up environment variable using name 'Path' for running command
with child_process module and it works perfectly only under windows. On OS X it it
doesn't work, thats why install log has entry
{code}Setting PATH variable to 'undefined:/bin'{code}.
Under windows both names 'Path' and 'PATH' works with child_process
module.