From e461fa4f567cc26eaf84e755f18e1b5778204e2e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 31 Aug 2011 20:27:34 +0200 Subject: [PATCH] last try --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 33f590c..99dc18d 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, -- 2.39.5