Broke up line that was over 100 chars long

This commit is contained in:
rage311 2018-01-22 12:13:16 -07:00
parent c9f910f526
commit 64c80b7fc1
1 changed files with 2 additions and 1 deletions

View File

@ -1086,7 +1086,8 @@ get_cpu() {
deg="${deg/C}"
;;
"OpenBSD"* | "Bitrig"*)
deg="$(sysctl hw.sensors | awk -F '=| degC' '/lm0.temp|cpu0.temp/ {print $2; exit}')"
deg="$(sysctl hw.sensors | \
awk -F '=| degC' '/lm0.temp|cpu0.temp/ {print $2; exit}')"
deg="${deg/00/0}"
;;
esac