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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to