Removed some lines from the PATH environment variable since they point to old codes which no longer work with the new frame builder and setup.
The change was:
#setenv PATH $LINUXPATH/bin:$GDSPATH/bin:$ROOTSYS/bin:$TDSPATH/bin:${SCRIPTPATH}:$PATH
setenv PATH $TDSPATH/bin:${SCRIPTPATH}:$PATH
|