ikiwiki-transition: Fix command-line processing so the prefix_directives transition...
authorJosh Triplett <josh@freedesktop.org>
Thu, 10 Jul 2008 06:42:20 +0000 (23:42 -0700)
committerJosh Triplett <josh@freedesktop.org>
Thu, 10 Jul 2008 06:42:34 +0000 (23:42 -0700)
debian/changelog
ikiwiki-transition

index 951f2671d64c19516d110e5821749d35de460376..5e812439bb598438ac59c8c1a8ec569134fd6a52 100644 (file)
@@ -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 <joeyh@debian.org>  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 <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') {