SVN: rc-scripts/trunk/rc.d/init.d/functions

baggins baggins at pld-linux.org
Mon Jun 27 12:18:36 CEST 2011


Author: baggins
Date: Mon Jun 27 12:18:36 2011
New Revision: 12253

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
Log:
- fix local variable


Modified: rc-scripts/trunk/rc.d/init.d/functions
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/functions	(original)
+++ rc-scripts/trunk/rc.d/init.d/functions	Mon Jun 27 12:18:36 2011
@@ -201,7 +201,7 @@
 }
 
 kernelverser() {
-	local _x _y _z v old_IFS ver
+	local _x _y _z v v1 old_IFS ver
 	{
 		read _x _y v _z
 		old_IFS=$IFS
@@ -221,7 +221,7 @@
 }
 
 kernelvermser() {
-	local _x _y _z v old_IFS ver
+	local _x _y _z v v1 old_IFS ver
 	{
 		read _x _y v _z
 		old_IFS=$IFS


More information about the pld-cvs-commit mailing list