Keywords: standalone, Software Development Kit, Linux, path
The "settings.sh" and "settings.csh" files have set up the $PATH as follows:
if ($?PATH) then
setenv PATH /proj/xbuilds/jhunt/L.33.1.1_linux/SDK/bin/lin64:${PATH}:${PATH}
else
setenv PATH /proj/xbuilds/jhunt/L.33.1.1_linux/SDK/bin/lin64:${PATH}
endif
If the $PATH variable is not defined, the settings script will not run. If the $PATH is defined, the $PATH variable will be twice as long.