From 1e488e689b397000488562e011a1243f33f6f9f9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 1 Sep 2011 10:22:48 +0200 Subject: [PATCH] true shell --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index fdc9ca9..92ddb6b 100755 --- a/build.py +++ b/build.py @@ -366,7 +366,7 @@ if __name__ == '__main__': cmd = ['grep-dctrl', '-n', '-s', 'Version', ''] grep_dctrl = subprocess.Popen( cmd, - shell=True, + shell=False, close_fds=True, stdin=parse_changelog.stdout.read(), stdout=subprocess.PIPE, -- 2.39.5