From: Mike Taylor Date: Mon, 2 Aug 2004 09:55:30 +0000 (+0000) Subject: Add missing close-quote. X-Git-Tag: ZEBRA.1.3.16~21 X-Git-Url: http://git.indexdata.com/cgi-bin?a=commitdiff_plain;h=ee82b11e06964d05a119b3868a15fac03715bf01;p=idzebra-moved-to-github.git Add missing close-quote. --- diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index b8f2969..f771960 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -16,7 +16,7 @@ WriteMakefile( sub MY::postamble { 'IDZebra_wrap.c: IDZebra.i - ./doswig + ./doswig' ; }