source: CMT/v1r19/mgr/cmt_dcc_version.sh @ 11

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

Changing eol-style property

  • Property svn:eol-style set to native
File size: 79 bytes
Line 
1
2cc -v 2>&1 |\
3 grep version |\
4 cut -d ' ' -f3 |\
5 sed -e 's#^[0-9]#gcc-&#'
6
7
Note: See TracBrowser for help on using the repository browser.