diff options
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |