File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ _check_nv_sequence() {
99 export currentKernelPath=$( ls -d -1 " $scriptLocal " /" $2 " /linux-* | sort -n | head -n 1)
1010 _messagePlain_probe_var currentKernelPath
1111
12- export currentKernelPath_version=$( echo ' linux-6.12.1-1 ' | cut -f 2- -d\- | cut -f 1-3 -d. | cut -f 1 -d\- )
12+ export currentKernelPath_version=$( echo " $currentKernelPath " | cut -f 2- -d\- | cut -f 1-3 -d. | cut -f 1 -d\- )
1313 _messagePlain_probe_var currentKernelPath_version
1414
1515 cd " $currentKernelPath "
Original file line number Diff line number Diff 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'
3838export ub_setScriptChecksum_header='2591634041'
39- export ub_setScriptChecksum_contents='2007413681 '
39+ export ub_setScriptChecksum_contents='3299801204 '
4040
4141# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
4242# WARNING: Performance may be crucial here.
@@ -21899,7 +21899,7 @@ _check_nv_sequence() {
2189921899 export currentKernelPath=$(ls -d -1 "$scriptLocal"/"$2"/linux-* | sort -n | head -n 1)
2190021900 _messagePlain_probe_var currentKernelPath
2190121901
21902- export currentKernelPath_version=$(echo 'linux-6.12.1-1' | cut -f 2- -d\- | cut -f 1-3 -d. | cut -f 1 -d\- )
21902+ export currentKernelPath_version=$(echo "$currentKernelPath" | cut -f 2- -d\- | cut -f 1-3 -d. | cut -f 1 -d\- )
2190321903 _messagePlain_probe_var currentKernelPath_version
2190421904
2190521905 cd "$currentKernelPath"
You can’t perform that action at this time.
0 commit comments