X-Git-Url: https://git.distorted.org.uk/~mdw/mirror-admin/blobdiff_plain/40931e2681c61042b8cb7bf68ebb14ef0463f1d4..db23de43d0f4934f3fc1e5bcb8eda396f50522bf:/bin/debian-excludes diff --git a/bin/debian-excludes b/bin/debian-excludes index bac4992..11701f2 100755 --- a/bin/debian-excludes +++ b/bin/debian-excludes @@ -12,8 +12,9 @@ case $# in esac ## Check the available distributions for architectures. +: ${RSYNC="rsync"} for dist in "$@"; do - rsync --list-only $RSYNC_HOST::$RSYNC_PATH/dists/$dist/main/ + $RSYNC --list-only $RSYNC_HOST::$RSYNC_PATH/dists/$dist/main/ done | { ## Gather up excluded architectures as we go.