[Fai-commit] r3379 - trunk/bin

fai-repository at svn.debian.org fai-repository at svn.debian.org
Thu Apr 6 15:47:49 UTC 2006


Author: lange
Date: 2006-04-06 15:47:49 +0000 (Thu, 06 Apr 2006)
New Revision: 3379

Modified:
   trunk/bin/fai
Log:
fix syntax error


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2006-04-06 15:40:50 UTC (rev 3378)
+++ trunk/bin/fai	2006-04-06 15:47:49 UTC (rev 3379)
@@ -81,7 +81,7 @@
     # read subroutine definitions
     sub=/usr/lib/fai/subroutines
     [ -f $sub ] && . $sub
-    [ -f $sub-$ostype ] && . $sub-ostype
+    [ -f $sub-$ostype ] && . $sub-$ostype
 
     [ -f "$stamp" ] && {
        echo "$0 already running, aborting"




More information about the Fai-commit mailing list