27 Jun
2012
27 Jun
'12
8:54 a.m.
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.