From f2b60470c6dfa1da6215d2f919d42d9cf6d6e841 Mon Sep 17 00:00:00 2001 From: joshtriplett Date: Sat, 7 Apr 2007 00:30:09 +0000 Subject: [PATCH] * Remove stray semicolon in linkmap.pm. --- IkiWiki/Plugin/linkmap.pm | 2 +- debian/changelog | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/IkiWiki/Plugin/linkmap.pm b/IkiWiki/Plugin/linkmap.pm index 0a8d0ca9a..29a3339a6 100644 --- a/IkiWiki/Plugin/linkmap.pm +++ b/IkiWiki/Plugin/linkmap.pm @@ -62,7 +62,7 @@ sub genmap ($) { #{{{ # Run dot to create the graphic and get the map data. my $pid; - my $sigpipe=0;; + my $sigpipe=0; $SIG{PIPE}=sub { $sigpipe=1 }; $pid=open2(*IN, *OUT, "dot -Tpng -o '$config{destdir}/$dest' -Tcmapx"); diff --git a/debian/changelog b/debian/changelog index ac6af1075..f1a50059f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,7 +45,10 @@ ikiwiki (1.49) UNRELEASED; urgency=low a bug caused by committing changes to smilies.mdwn. * Fix display of escaped wikilinks containing anchors. - -- Joey Hess Fri, 06 Apr 2007 17:17:52 -0400 + [ Josh Triplett ] + * Remove stray semicolon in linkmap.pm. + + -- Joey Hess Fri, 06 Apr 2007 17:28:22 -0700 ikiwiki (1.48) unstable; urgency=low