27 Jun
2012
27 Jun
'12
9:49 a.m.
Am 27.06.2012 11:14, schrieb Allan McRae:
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.
Didn't see that, but yeah, seems to make more sense there.