source: CMT/v1r19/mgr/cmt_gcc_version.sh @ 2

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

Convert to UNIX eol

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