From: S.Çağlar Onur Date: Tue, 3 May 2011 20:43:56 +0000 (-0400) Subject: Merge branch '4.3' of git.verivue.com:/git/planetlab/myplc into 4.3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=74c9050ae5ca3e02f41a5a66f67e83729275be20;hp=acc340563615de0873e2ee2bfff814cb777e8b95;p=myplc.git Merge branch '4.3' of git.verivue.com:/git/planetlab/myplc into 4.3 --- diff --git a/plc_config.py b/plc_config.py index 07097f3..2d6afef 100644 --- a/plc_config.py +++ b/plc_config.py @@ -738,7 +738,7 @@ DO NOT EDIT. This file was automatically generated at buf.writelines(["# " + line + os.linesep for line in comments]) # bash does not have the concept of NULL if value is not None: - buf.write("$" + id + "=" + value + os.linesep) + buf.write("$" + id.lower() + "=" + value + os.linesep) return buf.getvalue()