From 70104bc769d8923087c31ad38be1a63a2efc759f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 2 Aug 2015 14:55:41 +0200 Subject: reproducible: fix grammar: s#arches#archs# --- bin/reproducible_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 2fe0e279..e7e4a373 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -39,8 +39,8 @@ JENKINS_URL=${JENKINS_URL:0:-1} # suites being tested SUITES="testing unstable experimental" -# arches being tested -ARCHES="amd64" +# architectures being tested +ARCHS="amd64" # number of cores to be used NUM_CPU=$(grep -c '^processor' /proc/cpuinfo) -- cgit v1.2.3-54-g00ecf