From 1aab048e8117e65faa7e2d0020609ee83e8e3a70 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 9 Jul 2008 23:42:20 -0700 Subject: [PATCH 1/1] ikiwiki-transition: Fix command-line processing so the prefix_directives transition works again. --- debian/changelog | 7 ++++++- ikiwiki-transition | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 951f2671d..5e812439b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ ikiwiki (2.54) UNRELEASED; urgency=low + [ Joey Hess ] * Make it possible to load setup files w/o running them. Code needing to do so can call IkiWiki::Setup::load, which will return a hash of values. - -- Joey Hess Wed, 09 Jul 2008 22:27:19 -0400 + [ Josh Triplett ] + * ikiwiki-transition: Fix command-line processing so the prefix_directives + transition works again. + + -- 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') { -- 2.44.0