Skip to content

Commit

Permalink
Update forkrun.unit-tests.sorting.forked.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jkool702 authored Jul 26, 2024
1 parent d57ec0d commit 520fc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UNIT_TESTS/forkrun.unit-tests.sorting.forked.bash
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ unset C
declare -n C="$nn"

unset forkrun
declare -F forkrun &>/dev/null || source <(curl https://raw.githubusercontent.com/jkool702/forkrun/forkrun-v2_RC/forkrun.bash)
declare -F forkrun &>/dev/null || source <(curl https://raw.githubusercontent.com/jkool702/forkrun/main/forkrun.bash)
declare -F forkrun &>/dev/null || { [[ -f ./forkrun.bash ]] && source ./forkrun.bash; }

nMax=$(( 1 + ( ( ${nMax0} - 1 ) / $kk ) ))
Expand Down

0 comments on commit 520fc6f

Please sign in to comment.