Skip to content

Commit 2c8dbb0

Browse files
committed
Upstream.
1 parent 4f0d539 commit 2c8dbb0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ubiquitous_bash.sh

+2-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='258417895'
39+
export ub_setScriptChecksum_contents='2028793893'
4040

4141
# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
4242
# WARNING: Performance may be crucial here.
@@ -29093,6 +29093,7 @@ _wget_githubRelease_join_sequence-parallel() {
2909329093
local currentStream_min=1
2909429094
local currentStream_max=3
2909529095
[[ "$FORCE_PARALLEL" != "" ]] && currentStream_max="$FORCE_PARALLEL"
29096+
[[ "$currentStream_max" -gt "$currentSkipPart" ]] && currentStream_max=$(( "$currentSkipPart" ))
2909629097

2909729098
currentStream="$currentStream_min"
2909829099
for currentPart in $(seq -f "%02g" 0 "$currentSkipPart" | sort -r)

0 commit comments

Comments
 (0)