From: Holger Levsen Date: Wed, 31 Aug 2011 18:29:45 +0000 (+0200) Subject: true shell X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=6d8c207e67ee97e78c8ec10b28fa7d0dde342601;p=profitbricks%2Fjenkins-build-scripts.git true shell --- diff --git a/build.py b/build.py index a625610..a880847 100755 --- a/build.py +++ b/build.py @@ -367,7 +367,7 @@ if __name__ == '__main__': cmd = [ "awk '/^Version: / {print $2}'"] grep_dctrl = subprocess.Popen( cmd, - shell=False, + shell=True, close_fds=True, stdin=parse_changelog.stdout, stdout=subprocess.PIPE,