]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
ikiwiki-transition: Fix command-line processing so the prefix_directives transition...
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 26 Aug 2008 16:21:28 +0000 (12:21 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 26 Aug 2008 16:21:28 +0000 (12:21 -0400)
(cherry picked from commit 1aab048e8117e65faa7e2d0020609ee83e8e3a70)

debian/changelog
ikiwiki-transition

index e1a8be97fe40084070064bf06086bc921a1614cb..142816b7457d341b2ea1139bf55fb38ee3b1d906 100644 (file)
@@ -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 <joeyh@debian.org>  Tue, 26 Aug 2008 12:18:36 -0400
+ -- Josh Triplett <josh@freedesktop.org>  Wed, 09 Jul 2008 21:30:33 -0700
 
 ikiwiki (2.53) unstable; urgency=low
 
index e02c3aaedceb0a206a920c166600332d4eeac3c0..ce081fe63f63ffe0eb22492148ff8228994fee32 100755 (executable)
@@ -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') {