From 7b4d05265364fa4cd966d5483ff155a75e2bcb9d Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 21 Oct 2018 17:55:08 +0200 Subject: [PATCH] make_mirror.sh: remove unnecessary statement --- make_mirror.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/make_mirror.sh b/make_mirror.sh index 6a72e43..02d8c07 100755 --- a/make_mirror.sh +++ b/make_mirror.sh @@ -111,7 +111,6 @@ END | paste -sd " \n" \ | while read name ver arch fname md5; do dir="${fname%/*}" - basename="${fname##*/}" # apt stores deb files with the colon encoded as %3a while # mirrors do not contain the epoch at all #645895 case "$ver" in *:*) ver="${ver%%:*}%3a${ver#*:}";; esac