X-Git-Url: https://git.ralfj.de/auto-debuild.git/blobdiff_plain/7edde71e46e2fad736d7d10e1b34f540a5b14c66..ddbc954e1694e551e82009d581a244e9994080fe:/auto_debuild.py diff --git a/auto_debuild.py b/auto_debuild.py index e629a23..5239e67 100755 --- a/auto_debuild.py +++ b/auto_debuild.py @@ -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