Am 27.06.2012 00:58, schrieb Allan McRae:
> +     if [[ ! -d "$startdir"/$folder && -d "$SRCDEST"/$folder ]]; then
> +             folder="$SRCDEST"/$folder
> +     else
> +             folder="$startdir"/$folder
> +     fi

I don't understand this logic: Does this mean that you put the git clone
to $startdir/$folder by default? If $SRCDEST is set, I would always
expect it to go to $SRCDEST.

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to