Fix a comment
authorRalf Jung <post@ralfj.de>
Fri, 5 Oct 2012 13:28:33 +0000 (15:28 +0200)
committerRalf Jung <post@ralfj.de>
Fri, 5 Oct 2012 13:28:33 +0000 (15:28 +0200)
auto_debuild.py

index e629a23b985dbe79f345b3ca54c7b7aec0338a92..5239e67903ae963656d4ebfd546f194d3873839d 100755 (executable)
@@ -30,7 +30,7 @@ def safeCall(*args):
                res += "'"+arg+"'"
        return res
 
-# Load a section-less config file: maps parameter names to strings or lists of strings (which are comma-separated or in separate lines)
+# Load a section-less config file: maps parameter names to space-separated lists of strings (with shell quotation)
 # Lines starting with spaces are continuation lines
 def loadConfigFile(file):
        import shlex