Ignore:
Timestamp:
Mar 8, 2011, 1:56:48 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 444

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/cmt_install_action.sh

    r446 r561  
    110110   
    111111  if test "${cmtpath}" = ""; then
    112     package=`cmt show macro_value package`
    113     cmtpath=`cmt show macro_value ${package}_cmtpath`
     112    if [ "${CMTDEBUG:-}" ]; then
     113      unset CMTDEBUG
     114      set -x
     115    fi
     116    package=`cmt show macro_value package` || exit
     117    cmtpath=`cmt show macro_value ${package}_cmtpath` || exit
    114118  fi
    115119
Note: See TracChangeset for help on using the changeset viewer.