source: CMT/v1r25p20140131/src/cleanup.bash @ 693

Last change on this file since 693 was 664, checked in by rybkin, 10 years ago

merge -r 646:663 HEAD

File size: 419 bytes
Line 
1#-----------------------------------------------------------
2# Copyright Christian Arnault LAL-Orsay CNRS
3# arnault@lal.in2p3.fr
4# Written by Grigory Rybkin
5# See the complete license in cmt_license.txt "http://www.cecill.info".
6#-----------------------------------------------------------
7
8if complete -p cmt >/dev/null 2>&1; then
9  complete -r cmt
10fi
11
12unset -f _cmt
13
14unset -f _cmt_escape_compreply
15
16shopt -u extglob
Note: See TracBrowser for help on using the repository browser.