missing space
This commit is contained in:
parent
b6c9e66cc9
commit
8a0ab3a7c4
@ -48,11 +48,11 @@ fi
|
||||
|
||||
MIRROR="copy"
|
||||
TARGETORG=
|
||||
for param in $2 $3 $4; do
|
||||
for param in $2 $3 $4 ; do
|
||||
if [ $param ] ; then
|
||||
if [[ $param == "copy" || $param == "mirror" ]] ; then
|
||||
MIRROR=$param
|
||||
elif [[ $param == "review"]] ; then
|
||||
elif [[ $param == "review" ]] ; then
|
||||
REVIEW=true
|
||||
else
|
||||
TARGETORG=$param
|
||||
|
Loading…
Reference in New Issue
Block a user