[Fai-commit] r4888 - people/michael/features/setup_harddisks_2/implementation/lib

mt at alioth.debian.org mt at alioth.debian.org
Fri May 9 12:56:31 UTC 2008


Author: mt
Date: 2008-05-09 12:56:30 +0000 (Fri, 09 May 2008)
New Revision: 4888

Modified:
   people/michael/features/setup_harddisks_2/implementation/lib/commands.pm
Log:
added missing ;


Modified: people/michael/features/setup_harddisks_2/implementation/lib/commands.pm
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/lib/commands.pm	2008-05-09 12:48:03 UTC (rev 4887)
+++ people/michael/features/setup_harddisks_2/implementation/lib/commands.pm	2008-05-09 12:56:30 UTC (rev 4888)
@@ -1010,7 +1010,7 @@
     if ($all_matched) {
       $pushed = -1;
       $i++;
-      push @pre_deps, split(/,/, $FAI::commands{$i}{post}) if ($FAI::commands{$i}{post} ne "")
+      push @pre_deps, split(/,/, $FAI::commands{$i}{post}) if ($FAI::commands{$i}{post} ne "");
       next;
     }
     if (-1 == $pushed) {




More information about the Fai-commit mailing list