mirror of
https://github.com/linux-msm/bootrr.git
synced 2026-02-25 13:12:03 -08:00
The helpers for verifiying that cpufreq and cpuidle are enabled use let which is a bash extension and not supported in standard POSIX shell, including with busybox. Convert to use expr which is standard. Signed-off-by: Mark Brown <broonie@kernel.org>