missing space
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user