diff options
author | Larry Wall <lwall@netlabs.com> | 1991-04-11 20:32:32 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-04-11 20:32:32 +0000 |
commit | 35c8bce761056f470189967ccc824e04467151df (patch) | |
tree | 9ee76bba81900f86af5a1070bdd69d3987201c52 /hints/sco_2_3_2.sh | |
parent | 1c3d792e8fc9c2a36edfbd6c01156ef7e635040f (diff) | |
download | perl-35c8bce761056f470189967ccc824e04467151df.tar.gz |
perl 4.0 patch 2: Patch 1 continued
Diffstat (limited to 'hints/sco_2_3_2.sh')
-rw-r--r-- | hints/sco_2_3_2.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/sco_2_3_2.sh b/hints/sco_2_3_2.sh new file mode 100644 index 0000000000..acd8e34a05 --- /dev/null +++ b/hints/sco_2_3_2.sh @@ -0,0 +1,2 @@ +yacc='/usr/bin/yacc -m25000' +libswanted=`echo $libswanted | sed 's/ x / /'` |