X-Git-Url: https://git.distorted.org.uk/~mdw/mirror-admin/blobdiff_plain/0fe058e9a36482f8d15abb83471439d8d9f8e538..a61843da3f2a729a4e1b7dee4c947b2bf1cf3802:/bin/debian-excludes?ds=sidebyside 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.