missing space

This commit is contained in:
Trevor Batley 2023-05-12 10:39:23 +10:00
parent b6c9e66cc9
commit 8a0ab3a7c4

View File

@ -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