From a05a3660eaf913689d89dd2187415d8b211aabb2 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 3 Mar 2016 18:35:18 -0500 Subject: Fix typo in the configure script. --- scripts/build-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build-config b/scripts/build-config index 685d79f2..3b39befe 100755 --- a/scripts/build-config +++ b/scripts/build-config @@ -79,7 +79,7 @@ for k, v in args.items(): # use the --debian-mirror value for both lb and pbuilder bootstrap if (args['debian_mirror'] != defaults.DEBIAN_MIRROR) and \ (args['pbuilder_debian_mirror'] == defaults.DEBIAN_MIRROR): - args['pbuilder_debian_mirror'] = args['debian-mirror'] + args['pbuilder_debian_mirror'] = args['debian_mirror'] # Version can only be set for release builds, # for dev builds it hardly makes any sense -- cgit v1.2.3