source: tbroadcast/v1/cmt/setup.csh @ 231

Last change on this file since 231 was 231, checked in by garonne, 18 years ago

import tbroadcast

File size: 466 bytes
Line 
1# echo "Setting tbroadcast v1 in /afs/cern.ch/sw/contrib/CMT"
2
3if ( $?CMTROOT == 0 ) then
4  setenv CMTROOT /afs/cern.ch/sw/contrib/CMT/v1r14p20031120
5endif
6source ${CMTROOT}/mgr/setup.csh
7
8set tempfile=`${CMTROOT}/mgr/cmt build temporary_name -quiet`
9if $status != 0 then
10  set tempfile=/tmp/cmt.$$
11endif
12${CMTROOT}/mgr/cmt -quiet setup -csh -pack=tbroadcast -version=v1 -path=/afs/cern.ch/sw/contrib/CMT  $* >${tempfile}; source ${tempfile}
13/bin/rm -f ${tempfile}
14
Note: See TracBrowser for help on using the repository browser.