Skip to content

Commit aa422f8

Browse files
authored
Merge branch 'main' into 900
2 parents 1b2f170 + 2193369 commit aa422f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provision-contest/disable-turboboost_ht

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cpu_list=()
1919
if [ -f /sys/devices/cpu_atom/cpus ]; then
2020
range="$(cat /sys/devices/cpu_atom/cpus)"
2121
IFS='-' read -r start end <<< "$range"
22+
# shellcheck disable=SC2207,SC2175
2223
cpu_list=($(eval echo {$start..$end}))
2324
fi
2425

0 commit comments

Comments
 (0)