Skip to content

Commit

Permalink
add missing =
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Sep 22, 2023
1 parent e04b3bf commit 5326f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision-contest/disable-turboboost_ht
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shopt -s extglob

declare -A core_ids

# shellcheck disable SC2012
# shellcheck disable=SC2012
for cpu in $(ls -1d /sys/devices/system/cpu/cpu* | sort --version-sort) ; do
[[ $(basename $cpu) =~ ^cpu[0-9]+$ ]] || continue

Expand Down

0 comments on commit 5326f4e

Please sign in to comment.