From: Holger Levsen Date: Thu, 1 Sep 2011 08:22:48 +0000 (+0200) Subject: true shell X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=1e488e689b397000488562e011a1243f33f6f9f9;p=profitbricks%2Fjenkins-build-scripts.git true shell --- 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,