Ignore:
Timestamp:
Nov 29, 2011, 10:07:38 AM (13 years ago)
Author:
rybkin
Message:

See C.L. 468

File:
1 edited

Legend:

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

    r487 r591  
    9797
    9898  if test "${cmtpath}" = ""; then
    99     package=`cmt show macro_value package`
    100     cmtpath=`cmt show macro_value ${package}_cmtpath`
     99    if [ -n "${CMTDEBUG:-}" ]; then
     100      unset CMTDEBUG
     101      set -x
     102    fi
     103    package=`cmt show macro_value package` || exit
     104    cmtpath=`cmt show macro_value ${package}_cmtpath` || exit
    101105  fi
    102106
Note: See TracChangeset for help on using the changeset viewer.