On 27/06/12 18:54, Thomas Bächler wrote: > 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. >
Yeah, that was an oversight there - and probably completely broken. But it is entirely fixed in patch 09/11. Allan
