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