forked from josch/mmdebstrap
make_mirror.sh: put double quotes around string
This commit is contained in:
parent
b6e8c9dbb7
commit
8d92412380
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if [ -e "$mirrordir/dists/unstable/Release" ]; then
|
||||||
case "$http_code" in
|
case "$http_code" in
|
||||||
200) ;; # need update
|
200) ;; # need update
|
||||||
304) echo up-to-date; exit 0;;
|
304) echo up-to-date; exit 0;;
|
||||||
*) echo unexpected status: $http_code; exit 1;;
|
*) echo "unexpected status: $http_code"; exit 1;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue