„functions/functions“ ändern

git checkout angepasst - Version (V962) = Branch (v962) (nur v und V unterscheiden sich!)
This commit is contained in:
Harald Küller 2022-12-14 17:22:44 +00:00
parent f52528ee34
commit 96ea542038

View File

@ -294,7 +294,8 @@ GetGit() {
echo "und beliebige Taste drücken"
read
fi
git clone $GITURL/${GITPROJ}.git
GITVERS=$(echo $VERSION|sed -e "s/V/v/")
git clone -p $GITVERS $GITURL/${GITPROJ}.git
cd $GITPROJ
ADDONVERSION=$(git log .|grep commit|head -1|awk '{print $2}')
rm -rf .git