From 86e6c42460b610fc8292dd0d7629976313808e9b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 25 Oct 2011 20:02:41 +0200 Subject: [PATCH] everybody hates typos --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_build.py b/debian_build.py index a1e4f7d..e36d354 100755 --- a/debian_build.py +++ b/debian_build.py @@ -483,7 +483,7 @@ if __name__ == '__main__': FLAVOURS_FILE=os.path.join(GIT_TARGET_WORKSPACE, GIT_REPO_NAME, "debian/pb_flavours") fh = open(FLAVOURS_FILE, 'r') for flavour in fh.read(): - cmd = ['%s' % (os.path.join(CWD, "build-oot.sh"), + cmd = ['%s' % os.path.join(CWD, "build-oot.sh"), '%s' % JOB_NAME, '%s' % flavour, '%s' % options.distributions, -- 2.39.5