@@ -36,7 +36,7 @@ _ub_cksum_special_derivativeScripts_contents() {
3636#export ub_setScriptChecksum_disable='true'
3737( [[ -e "$0".nck ]] || [[ "${BASH_SOURCE[0]}" != "${0}" ]] || [[ "$1" == '--profile' ]] || [[ "$1" == '--script' ]] || [[ "$1" == '--call' ]] || [[ "$1" == '--return' ]] || [[ "$1" == '--devenv' ]] || [[ "$1" == '--shell' ]] || [[ "$1" == '--bypass' ]] || [[ "$1" == '--parent' ]] || [[ "$1" == '--embed' ]] || [[ "$1" == '--compressed' ]] || [[ "$0" == "/bin/bash" ]] || [[ "$0" == "-bash" ]] || [[ "$0" == "/usr/bin/bash" ]] || [[ "$0" == "bash" ]] ) && export ub_setScriptChecksum_disable='true'
3838export ub_setScriptChecksum_header='2591634041'
39- export ub_setScriptChecksum_contents='3886345466 '
39+ export ub_setScriptChecksum_contents='927356005 '
4040
4141# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
4242# WARNING: Performance may be crucial here.
@@ -21268,10 +21268,12 @@ _ubDistFetch() {
2126821268 _safeRMR "$scriptLib"/core/infrastructure
2126921269 _safeRMR "$scriptLib"/core/installations
2127021270 _safeRMR "$scriptLib"/core/variant
21271+ _safeRMR "$scriptLib"/core/info
2127121272
2127221273 mkdir -p "$scriptLib"/core/infrastructure
2127321274 mkdir -p "$scriptLib"/core/installations
2127421275 mkdir -p "$scriptLib"/core/variant
21276+ mkdir -p "$scriptLib"/core/info
2127521277
2127621278 rm -f "$scriptLib"/FAIL > /dev/null 2>&1
2127721279
@@ -21851,6 +21853,14 @@ _ubDistFetch() {
2185121853 _ubDistFetch_gitBestFetch_github_distllc "$scriptLib"/core/variant ubdist_puddleJumper
2185221854
2185321855
21856+
21857+
21858+ #mkdir -p "$scriptLib"/core/info
21859+ cd "$scriptLib"/core/info
21860+
21861+ _ubDistFetch_gitBestFetch_github_mirage335-special "$scriptLib"/core/info issues
21862+
21863+
2185421864 cd "$scriptLib"
2185521865 cd "$functionEntryPWD"
2185621866 _stop
0 commit comments