diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2014-11-07 13:48:02 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2014-11-07 13:48:02 -0300 |
commit | 60764ae398c1c0be2bbfca4c9cf8a38920fb6750 (patch) | |
tree | e82a93443b72d71e19b86072d3827e652d305156 /parabola-mirror-repos | |
parent | e7f8fdf117826eda72ca6088b61f65fe2ad65b5a (diff) |
parabola-mirror-repos: Variable name to lowercase
Diffstat (limited to 'parabola-mirror-repos')
-rwxr-xr-x | parabola-mirror-repos | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parabola-mirror-repos b/parabola-mirror-repos index 9bb2586..fb9e94a 100755 --- a/parabola-mirror-repos +++ b/parabola-mirror-repos @@ -22,7 +22,7 @@ log_tmp="$(mktemp -p /var/tmp)" #: ${SERVER:=rsync://parabolagnulinux.mirrors.linux.ro/parabolagnulinux} : ${base_dir:=/srv/http} : ${local_dir:=${base_dir}/${project}} # symlink to the last snapshot -: ${REPOS:=core extra community multilib libre kernels libre-multilib libre-multilib-testing libre-testing nonprism nonprism-testing java cross pcr} +: ${repos:=core extra community multilib libre kernels libre-multilib libre-multilib-testing libre-testing nonprism nonprism-testing java cross pcr} # mips64el is also excluded in some rsync invocations in this script : ${MAXDELETE:=10000} # maximum amount of files to delete in the local directory [[ ! ${BW_LIMIT} ]] && \ @@ -161,7 +161,7 @@ if [[ ${BW_LIMIT} ]] ; then OPTIONS+=" --bwlimit=${BW_LIMIT}" fi path_list_array=(${path_list}) -repos_array=(${REPOS}) +repos_array=(${repos}) error() { echo "$@" >&2 |