Skip to content

Commit 5b5cccb

Browse files
committed
Upstream.
1 parent 770db67 commit 5b5cccb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_lib/ubiquitous_bash

ubiquitous_bash.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -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'
3838
export ub_setScriptChecksum_header='2591634041'
39-
export ub_setScriptChecksum_contents='2621700277'
39+
export ub_setScriptChecksum_contents='2781599393'
4040

4141
# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
4242
# WARNING: Performance may be crucial here.
@@ -24621,6 +24621,8 @@ _service_ollama() {
2462124621
echo 'fail: _service_ollama: ollama: 127.0.0.1:11434'
2462224622
return 1
2462324623
fi
24624+
24625+
return 0
2462424626
}
2462524627

2462624628

0 commit comments

Comments
 (0)