source:
tbroadcast/v1/cmt/cleanup.sh@
408
      
      | Last change on this file since 408 was 231, checked in by , 19 years ago | |
|---|---|
| File size: 393 bytes | |
| Line | |
|---|---|
| 1 | if test "${CMTROOT}" = ""; then | 
| 2 | CMTROOT=/afs/cern.ch/sw/contrib/CMT/v1r14p20031120; export CMTROOT | 
| 3 | fi | 
| 4 | . ${CMTROOT}/mgr/setup.sh | 
| 5 | tempfile=`${CMTROOT}/mgr/cmt build temporary_name -quiet` | 
| 6 | if test ! $? = 0 ; then tempfile=/tmp/cmt.$$; fi | 
| 7 | ${CMTROOT}/mgr/cmt -quiet cleanup -sh -pack=tbroadcast -version=v1 -path=/afs/cern.ch/sw/contrib/CMT $* >${tempfile}; . ${tempfile} | 
| 8 | /bin/rm -f ${tempfile} | 
| 9 | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
