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