Ignore:
Timestamp:
Dec 11, 2011, 1:06:37 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 474

File:
1 edited

Legend:

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

    r561 r597  
    151151fi
    152152if test "${makecmd}"; then set -v; fi
    153 eval ${install_command} ${full_source_name} ${dest_file_path}
    154 echo ${full_source_name} >${ref_file}
     153eval ${install_command} ${full_source_name} ${dest_file_path} || exit
     154echo ${full_source_name} >${ref_file} || exit
    155155if test "${makecmd}"; then set +v; fi
Note: See TracChangeset for help on using the changeset viewer.