projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
631c0b0
)
Only the first line, thank you very much.
Jarkko Hietaniemi [Fri, 1 Sep 2000 22:36:01 +0000 (22:36 +0000)]
p4raw-id: //depot/perl@7000
hints/solaris_2.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/solaris_2.sh
b/hints/solaris_2.sh
index
22a0324
..
8fe516a
100644
(file)
--- a/
hints/solaris_2.sh
+++ b/
hints/solaris_2.sh
@@
-45,7
+45,7
@@
case "$archname" in
;;
esac
-ccversion="`${cc:-cc} -V 2>&1|sed 's/^cc: //'`"
+ccversion="`${cc:-cc} -V 2>&1|head -1|sed 's/^cc: //'`"
case "$ccversion" in
*WorkShop*) ccname=workshop ;;
*) ccversion='' ;;