From 41410397eaa6a01c35d6e9984097a1fefff3d41b Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 19 Oct 2011 22:52:28 +0000 Subject: fix again typo in variable name --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index 935f002..a12ff3f 100644 --- a/functions +++ b/functions @@ -163,7 +163,7 @@ function check_distro_section() if ! inlist "$sectionrepo" "$sectionsrepos" then - echo "Incorrect repository $sectionsrepo" >&2 + echo "Incorrect repository $sectionrepo" >&2 exit 1 fi } -- cgit v1.2.1