From 4208920f425e9f37072715e52a5c7e95f074ab6e Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 15 Nov 2011 01:42:24 +0100 Subject: Fixes #2279 --- src/common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.py') diff --git a/src/common.py b/src/common.py index 7e1c0642..35fd08da 100644 --- a/src/common.py +++ b/src/common.py @@ -173,6 +173,7 @@ def datetime_tuple(timestamp): def shell_split(st): sh = shlex.shlex(st, posix=True) + sh.commenters = '' sh.whitespace_split = True sh.quotes = '"' ret = list() -- cgit v1.2.3