summaryrefslogtreecommitdiff
path: root/hooks/thermal
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/thermal')
-rwxr-xr-xhooks/thermal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/thermal b/hooks/thermal
index 93f5100..5807386 100755
--- a/hooks/thermal
+++ b/hooks/thermal
@@ -28,7 +28,7 @@ powerpc|ppc64)
[ -r /proc/cpuinfo ] || exit 0
- MODEL="`grep model /proc/cpuinfo`"
+ MODEL="$(grep model /proc/cpuinfo)"
MODEL="${MODEL##*: }"
case "$MODEL" in