X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=djgpp%2Fdjgppsed.sh;h=b62acfd6e9cf4cc7ebe9a5c6d9e4f68aa575f552;hb=5df59fb6a00631e53c12c105628822fb0f102119;hp=bf9d4ea7b41ff899e42df8b6b2d942bd5b9b73d9;hpb=cb9505ffa7a98874f2965c3f21c94bb493c526b7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/djgpp/djgppsed.sh b/djgpp/djgppsed.sh index bf9d4ea..b62acfd 100644 --- a/djgpp/djgppsed.sh +++ b/djgpp/djgppsed.sh @@ -17,7 +17,7 @@ SCOR='s=c\\\.c|=c\_c|=g' SHSED='s=\.\(hsed\)=_\1=g' SDEPTMP='s=\.\(deptmp\)=_\1=g' SCPP='s=\.\(cpp\.\)=_\1=g' -SARGV='s=\.\(argv\.\)=_\1=g' +SARGV='s=\.\(argv\)\.=_\1_=g' SABC='s=\.\([abc][^a]\)=_\1=g' SDBMX='s=\.\(dbmx\)=_\1=g' SDBHASH='s=dbhash\.tmp=dbhash_tmp=g' @@ -46,3 +46,4 @@ sed -e $SPACKLIST installman >s; mv -f s installman sed -e $SPACKLIST lib/ExtUtils/Installed.pm >s; mv -f s lib/ExtUtils/Installed.pm sed -e $SPACKLIST lib/ExtUtils/Packlist.pm >s; mv -f s lib/ExtUtils/Packlist.pm sed -e $SPACKLIST lib/ExtUtils/inst >s; mv -f s lib/ExtUtils/inst +sed -e $SABC t/io/iprefix.t >s; mv -f s t/io/iprefix.t