We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246799d commit 92ae6e5Copy full SHA for 92ae6e5
provision-contest/disable-turboboost_ht
@@ -19,6 +19,7 @@ cpu_list=()
19
if [ -f /sys/devices/cpu_atom/cpus ]; then
20
range="$(cat /sys/devices/cpu_atom/cpus)"
21
IFS='-' read -r start end <<< "$range"
22
+ # shellcheck disable=SC2207,SC2175
23
cpu_list=($(eval echo {$start..$end}))
24
fi
25
0 commit comments