From: Joey Hess Date: Tue, 26 Aug 2008 16:21:28 +0000 (-0400) Subject: ikiwiki-transition: Fix command-line processing so the prefix_directives transition... X-Git-Tag: 2.53.1~25 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/4c28ac5bb8f6a685ddb288d82b38e5743a767d9d ikiwiki-transition: Fix command-line processing so the prefix_directives transition works again. (cherry picked from commit 1aab048e8117e65faa7e2d0020609ee83e8e3a70) --- diff --git a/debian/changelog b/debian/changelog index e1a8be97f..142816b74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ ikiwiki (2.54) UNRELEASED; urgency=low * Fix uninitialised value warning from a [[!foo]] preprocessor directive with no whitespace. + * ikiwiki-transition: Fix command-line processing so the prefix_directives + transition works again. - -- Joey Hess Tue, 26 Aug 2008 12:18:36 -0400 + -- Josh Triplett Wed, 09 Jul 2008 21:30:33 -0700 ikiwiki (2.53) unstable; urgency=low diff --git a/ikiwiki-transition b/ikiwiki-transition index e02c3aaed..ce081fe63 100755 --- a/ikiwiki-transition +++ b/ikiwiki-transition @@ -114,7 +114,7 @@ my $mode=shift; if ($mode eq 'prefix_directives') { prefix_directives(@ARGV); } -if ($mode eq 'hashpassword') { +elsif ($mode eq 'hashpassword') { hashpassword(@ARGV); } elsif ($mode eq 'indexdb') {