From e911deb0b6171914cb9bcf60eaebd502863a7741 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 31 Aug 2011 20:25:27 +0200 Subject: [PATCH] escape routines are important --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index dca3159..33f590c 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