source: CMT/v1r20p20070517/mgr/cmt_cxx_version.sh

Last change on this file was 27, checked in by arnault, 19 years ago

Set *.sh executable

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