04123: | InstallAnywhere installer doesn't set both path and PATH variables on unix |
Category: Integration Status: ClosedSeverity: MEDIUM Reported against release: 0.8 Fixed in release: 0.9
PROBLEM:On unix csh and sh use lower case "path". However, the "ksh" uses
upper case "PATH". The installer should add the appropriate stuff to
both path variables. ANALYSIS:Added a "PATH" variable to the openwings Install Anywhere project file
similar to the "path" variable and made it applicable to all platforms
(i.e. No rules). The "path" variable was then removed because
the "PATH" variable is compatible with all platforms. |