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

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

import tbroadcast

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