From: Holger Levsen Date: Wed, 31 Aug 2011 18:28:48 +0000 (+0200) Subject: debug X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=3eeca9138683c8e8a1e541aaff31a888e9fad2af;p=profitbricks%2Fjenkins-build-scripts.git debug --- diff --git a/build.py b/build.py index 99dc18d..a625610 100755 --- a/build.py +++ b/build.py @@ -364,7 +364,7 @@ if __name__ == '__main__': # i hate this: a version needs to include a . now... #cmd = ['grep-dctrl', '-n', '-s', 'Version', '.'] - cmd = [ 'awk', '/^Version: /', '{print $2}'] + cmd = [ "awk '/^Version: / {print $2}'"] grep_dctrl = subprocess.Popen( cmd, shell=False,