SVN: xinitrc-ng/trunk/Xclients

glen glen at pld-linux.org
Wed Jul 27 22:58:14 CEST 2011


Author: glen
Date: Wed Jul 27 22:58:14 2011
New Revision: 12286

Modified:
   xinitrc-ng/trunk/Xclients
Log:
do not leak `f' variable

Modified: xinitrc-ng/trunk/Xclients
==============================================================================
--- xinitrc-ng/trunk/Xclients	(original)
+++ xinitrc-ng/trunk/Xclients	Wed Jul 27 22:58:14 2011
@@ -32,7 +32,7 @@
 {
 	set -x
 	typeset -l __XSESSION=$1
-	typeset progname=""
+	typeset f progname=""
 
 	if [ ! -d "$xsessdir" ]; then
 		echo "$xsessdir not found - check Your settings." >&2


More information about the pld-cvs-commit mailing list