[Fai-commit] r3820 - trunk/bin

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Mon Sep 4 07:45:46 UTC 2006


Author: lange
Date: 2006-09-03 22:02:29 +0000 (Sun, 03 Sep 2006)
New Revision: 3820

Modified:
   trunk/bin/fai
Log:
unset internal variables that are not needed any more,
use $() instead of backticks


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2006-09-03 22:01:52 UTC (rev 3819)
+++ trunk/bin/fai	2006-09-03 22:02:29 UTC (rev 3820)
@@ -144,6 +144,7 @@
     task confdir
     task setup
     task defclass
+    unset cmdlineclasses renewclass
     [ $DO_INIT_TASKS -eq 1 ] && set_disk_info
     task defvar
     [ $DO_INIT_TASKS -eq 1 ] && load_keymap_consolechars
@@ -209,7 +210,7 @@
 	exit 3
     fi
 
-    eval `grep NFSROOT= $cfdir/make-fai-nfsroot.conf`
+    eval $(grep NFSROOT= $cfdir/make-fai-nfsroot.conf)
     export NFSROOT
     export FAI_ROOT=$targetdir
 fi




More information about the Fai-commit mailing list