X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=installman;h=dad91820cf3fe4bde1627fcaf391d6f720ac2bad;hb=ccf874816b57b9b91848a81cf43371bf7b3f17c8;hp=4a6416323c0add0b039c2cb2cb778750d534f8fe;hpb=7feaa10c2dd3d47e3f70d856ee0a90782bd604fa;p=p5sagit%2Fp5-mst-13.2.git diff --git a/installman b/installman index 4a64163..dad9182 100755 --- a/installman +++ b/installman @@ -82,7 +82,7 @@ while () { $_ = $1 if /#.*pod\s*=\s*(\S+)/; my ($where, $what) = m|^(.*?)/(\S+)|; runpod2man($where, $opts{man1dir}, $opts{man1ext}, $what); - if (($where, $what) = m|#.*link\s*=\s*(\S+)/(\S+)| { + if (($where, $what) = m|#.*link\s*=\s*(\S+)/(\S+)|) { runpod2man($where, $opts{man1dir}, $opts{man1ext}, $what); } }