diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-10-19 22:51:51 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-10-19 22:51:51 +0000 |
commit | ab41e94395e049a6adb6556a0eb0dbd7b7e5bc23 (patch) | |
tree | 01a7a02b6e13dd81ee8e92e05ee6d39fd75cf9ff | |
parent | d6e8ffa164fde2a8a704b0018f7f02f7fb9876ac (diff) | |
download | repoctl-ab41e94395e049a6adb6556a0eb0dbd7b7e5bc23.tar repoctl-ab41e94395e049a6adb6556a0eb0dbd7b7e5bc23.tar.gz repoctl-ab41e94395e049a6adb6556a0eb0dbd7b7e5bc23.tar.bz2 repoctl-ab41e94395e049a6adb6556a0eb0dbd7b7e5bc23.tar.xz repoctl-ab41e94395e049a6adb6556a0eb0dbd7b7e5bc23.zip |
fix typo in variable name
-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 $sectionsrepos" >&2 + echo "Incorrect repository $sectionsrepo" >&2 exit 1 fi } |