source: CMT/v1r14p20031120/mgr/cmt_cxx_version.sh @ 1

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

Import all tags

File size: 79 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.