source: CMT/v1r18p20060606/mgr/cmt_dcc_version.sh

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

Set exe bits to *.sh

  • Property svn:eol-style set to native
  • Property svn:executable set to *
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.