make_mirror.sh: put double quotes around string

debextract
parent b6e8c9dbb7
commit 8d92412380
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -20,7 +20,7 @@ if [ -e "$mirrordir/dists/unstable/Release" ]; then
case "$http_code" in
200) ;; # need update
304) echo up-to-date; exit 0;;
*) echo unexpected status: $http_code; exit 1;;
*) echo "unexpected status: $http_code"; exit 1;;
esac
fi

Loading…
Cancel
Save