source: CMT/v1r20p20090520/mgr/cmt_cxx_version.sh

Last change on this file was 465, checked in by rybkin, 16 years ago

See C.L. 366

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 89 bytes
Line 
1
2export LC_ALL=C
3cxx -V 2>&1 |\
4 grep 'C++' |\
5 cut -d ' ' -f3  |\
6 sed -e 's#^V#cxx-#'
7
Note: See TracBrowser for help on using the repository browser.