|
From: Manjunath S. <man...@gm...> - 2008-11-19 15:39:26
|
I found that the config file generated by python-configobj cannot be read by some programs like gdm, because of a quirk. Instead of generating lines like below command=X -br -audit :0 python-config puts a space on either side of the '=' as in below command = X -br -audit :0 Is there an option where I can eliminate this space ? Thanks, Manju |