diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-06-08 07:06:35 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-06-08 07:06:35 +0000 |
commit | 8e0cb907c457a6fc499eff7d36eb9f043a570fc1 (patch) | |
tree | 8e7b32ee7836cefff177d3b5a12f96097ab0f3d3 /hints/solaris_2.sh | |
parent | f807eda9ff3570fa55edf97b589a9c028d9c5bb8 (diff) | |
download | perl-8e0cb907c457a6fc499eff7d36eb9f043a570fc1.tar.gz |
back out change#6106 (seems problematic)
p4raw-link: @6106 on //depot/cfgperl: e10d0c8254dbe3d4b5c3b2ddb628e61762ab88b4
p4raw-id: //depot/perl@6213
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 48fbbffff6..8aee6d40dc 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -77,7 +77,7 @@ case "$ccisworkshop" in int main() { return(0); } EOF workshoplibs=`cc -### try.c -lsunmath -o try 2>&1|grep " -Y "|sed 's%.* -Y "P,\(.*\)".*%\1%'|tr ':' '\n'|grep '/SUNWspro/'` - . ./workshoplibpth.cbu + . ./UU/workshoplibpth.cbu ;; esac |