[5.004_71] Patch: Fix perl_exp.SH for Unixware
authorTom Hughes <tom@compton.nu>
Fri, 10 Jul 1998 09:01:12 +0000 (10:01 +0100)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 11 Jul 1998 01:47:19 +0000 (01:47 +0000)
Message-ID: <yekr9zu5e47.fsf@elva.cyberscience.com>

p4raw-id: //depot/perl@1415

perl_exp.SH

index d59bc75..a874e5c 100644 (file)
@@ -44,8 +44,8 @@ syms="global.sym interp.sym thread.sym"
 
 sed -n '/^[A-Za-z]/ s/^/Perl_/p' $syms                  >> perl.exp
 
-sed -n 's/^PERLVAR.*(G\([^,[]*\).*/Perl_\1/p' perlvars.h >> perl.exp
-sed -n 's/^PERLVAR.*(T\([^,[]*\).*/Perl_\1/p' thrdvar.h  >> perl.exp
+sed -n 's/^PERLVAR.*(G\([^[,]*\).*/Perl_\1/p' perlvars.h >> perl.exp
+sed -n 's/^PERLVAR.*(T\([^[,]*\).*/Perl_\1/p' thrdvar.h  >> perl.exp
 
 # 
 # If we use the PerlIO abstraction layer, add its symbols