[Fai-commit] r5632 - trunk/bin
    Michael Tautschnig 
    mt at alioth.debian.org
       
    Sat Oct 31 15:48:55 UTC 2009
    
    
  
Author: mt
Date: 2009-10-31 15:48:55 +0000 (Sat, 31 Oct 2009)
New Revision: 5632
Modified:
   trunk/bin/fai-do-scripts
Log:
fixed syntax error
Modified: trunk/bin/fai-do-scripts
===================================================================
--- trunk/bin/fai-do-scripts	2009-10-30 15:01:19 UTC (rev 5631)
+++ trunk/bin/fai-do-scripts	2009-10-31 15:48:55 UTC (rev 5632)
@@ -40,7 +40,7 @@
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 savemaxstatus() {
 
-    $exitcode=$1 # set global variable
+    exitcode=$1 # set global variable
     # save the highest exit status
     [ $1 -gt $maxstatus ] && maxstatus=$1
 }
    
    
More information about the Fai-commit
mailing list