defince GIT_MSC in create_symlinks

This commit is contained in:
Jakobus Schürz 2022-11-13 07:29:03 +01:00
parent 76634847f7
commit fef455160b

View file

@ -70,6 +70,7 @@ create_symlinks() {
# MSC_BASEDIR="$1"
# DIR="$(basename ${MSC_BASEDIR})"
# cd "${MSC_BASEDIR}"
[ -z "${MSC_GIT+x}" ] && MSC_GIT=git
cd ${MSC_BASE}
#echo "DIR MSC_BASEDIR $DIR $MSC_BASEDIR"
git config credential.helper 'cache --timeout=300'