# echo "Setting pspaWT in /Users/garnier/Work/PSPA/Interface_Web/trunk" if ( $?CMTROOT == 0 ) then setenv CMTROOT /usr/local/CMT/v1r22 endif source ${CMTROOT}/mgr/setup.csh set cmtpspaWTtempfile=`${CMTROOT}/mgr/cmt -quiet build temporary_name` if $status != 0 then set cmtpspaWTtempfile=/tmp/cmt.$$ endif ${CMTROOT}/mgr/cmt setup -csh -pack=pspaWT -version= -path=/Users/garnier/Work/PSPA/Interface_Web/trunk -no_cleanup $* >${cmtpspaWTtempfile} if ( $status != 0 ) then echo "${CMTROOT}/mgr/cmt setup -csh -pack=pspaWT -version= -path=/Users/garnier/Work/PSPA/Interface_Web/trunk -no_cleanup $* >${cmtpspaWTtempfile}" set cmtsetupstatus=2 /bin/rm -f ${cmtpspaWTtempfile} unset cmtpspaWTtempfile exit $cmtsetupstatus endif set cmtsetupstatus=0 source ${cmtpspaWTtempfile} if ( $status != 0 ) then set cmtsetupstatus=2 endif /bin/rm -f ${cmtpspaWTtempfile} unset cmtpspaWTtempfile exit $cmtsetupstatus