Git 2.35 build script needs permission

Bug Report

Summary and Bug Description

The tool git/2.35 fails at build step

Current Behavior

Axii code snipped:

Build module tools/git/2.35 ...
Run command: /common/homes/students/ughlu_gleissner/axii/data/modules/tools/git/2.35/build.sh
In working directory: /common/homes/students/ughlu_gleissner/tools/tools/git/2.35/build
With environment variables: BUILD_JOB_NUMBER='23' MODULE_PATH='/common/homes/students/ughlu_gleissner/tools/tools/git/2.35' MODULE_DEFINITION_DIR='/common/homes/students/ughlu_gleissner/axii/data/modules/tools/git' 
MODULE_DEFINITION_RESOURCE_DIR='/common/homes/students/ughlu_gleissner/axii/data/modules/tools/git/2.35'
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Command output ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
❗  Error:  PermissionError[Errno 13] Permission denied: '/common/homes/students/ughlu_gleissner/axii/data/modules/tools/git/2.35/build.sh'.
ERROR: this script is obsolete, please see git-completion.zsh

Expected Behavior

Should build and install

Steps to Reproduce

Add tools/git/2.35 to your axiis modules and upgrade.

Diagnosis

Output of axii self report
┏━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Scope  ┃ Info                                                                ┃
┡━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ Axii   │ Axii 23.11.1.0 @main-0 with shell integration                       │
│ OS     │ Ubuntu 18.04.6 LTS                                                  │
│ Kernel │ Linux 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 │
│        │ UTC 2023 x86_64 GNU/Linux                                           │
│ Shell  │ /bin/bash                                                           │
│ Python │ Python 3.6.9                                                        │
│ Pip    │ certifi==2023.11.17, charset-normalizer==2.0.12, click==8.0.0,      │
│        │ commonmark==0.9.1, cycler==0.11.0, dataclasses==0.8,                │
│        │ dbus-python==1.2.18, decorator==5.1.1, distro==1.7.0, gitdb==4.0.9, │
│        │ GitPython==3.1.18, idna==3.6, igraph==0.9.11,                       │
│        │ importlib-metadata==4.8.3, kiwisolver==1.3.1, matplotlib==3.3.0,    │
│        │ networkx==2.5, notify2==0.3.1, numpy==1.19.0, Pillow==8.4.0,        │
│        │ pkg_resources==0.0.0, psutil==5.9.4, Pygments==2.14.0,              │
│        │ pygraphviz==1.6, pyparsing==3.1.1, PyQt5==5.15.0,                   │
│        │ PyQt5-sip==12.9.1, python-dateutil==2.8.2, python-igraph==0.9.11,   │
│        │ python-Levenshtein==0.12.2, requests==2.26.0, rich==12.6.0,         │
│        │ rich-click==1.2.1, six==1.16.0, smmap==5.0.0, texttable==1.7.0,     │
│        │ thefuzz==0.19.0, typing_extensions==4.1.1, urllib3==1.26.18,        │
│        │ xdg==5.1.1, zipp==3.6.0                                             │
└────────┴─────────────────────────────────────────────────────────────────────┘

More Relevant Logs or Screenshots