[Fai-commit] r4818 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Sat Dec 8 14:13:06 UTC 2007


Author: lange
Date: 2007-12-08 14:13:05 +0000 (Sat, 08 Dec 2007)
New Revision: 4818

Modified:
   trunk/lib/subroutines
Log:
remove local from variable (closes: #449236)


Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2007-12-08 14:11:08 UTC (rev 4817)
+++ trunk/lib/subroutines	2007-12-08 14:13:05 UTC (rev 4818)
@@ -525,7 +525,7 @@
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 task_softupdate() {
 
-    local stamp=/var/run/fai/fai_softupdate_is_running
+    stamp=/var/run/fai/fai_softupdate_is_running
 
     [ -f "$stamp" ] && die "Another fai softupdate is already running. Aborting."
     echo $$ > $stamp




More information about the Fai-commit mailing list