From fef455160b6b7cf736c2e0ff28d5dfd921b9c2f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sun, 13 Nov 2022 07:29:03 +0100 Subject: [PATCH] defince GIT_MSC in create_symlinks --- functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.sh b/functions.sh index a16e81d..defc0d7 100755 --- a/functions.sh +++ b/functions.sh @@ -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'