From f1ca24fc3a654587fe7b084e54b75f0b6906943d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 31 Aug 2011 20:17:06 +0200 Subject: [PATCH] gah --- build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index 4ef1344..64075c5 100755 --- a/build.py +++ b/build.py @@ -362,7 +362,8 @@ if __name__ == '__main__': logger.info(stdout_msg) - cmd = ['grep-dctrl', '-n', '-s', 'Version', '-!', 'thereisnoversionwithsuchastring'] + # i hate this: a version needs to include a . now... + cmd = ['grep-dctrl', '-n', '-s', 'Version', '.'] grep_dctrl = subprocess.Popen( cmd, shell=False, -- 2.39.5