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