Fixed -U flag, merges PR #775 by ldragunov

This commit is contained in:
Ilya Zverev 2015-05-28 14:13:32 +03:00 committed by Alex Zolotarev
parent fa6c810753
commit 0210a3d015

View file

@ -60,7 +60,7 @@ OPT_WORLD=
OPT_UPDATE=
OPT_DOWNLOAD=
OPT_ROUTING=
while getopts ":cuwrh" opt; do
while getopts ":cuUwrh" opt; do
case $opt in
c)
OPT_CLEAN=1