commit | 13a161c5b349977c505cfab5ec346d3adcdfcd07 | [log] [tgz] |
---|---|---|
author | zhanghongbo <hongbo.zhang@linaro.org> | Fri Aug 17 19:06:33 2012 +0800 |
committer | hongbo.zhang <hongbo.zhang@linaro.com> | Wed Nov 28 17:11:49 2012 +0800 |
tree | 45955f2ff3f1ba7a73305232578e3011f11a4b58 | |
parent | ea9b7f31710abcabd44fb8deeea77d013de4a8a8 [diff] [blame] |
cpufreq bug fix: variables should be surrouded by quotation marks. Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
diff --git a/cpufreq/cpufreq_06.sh b/cpufreq/cpufreq_06.sh index 215bf61..cb45e4b 100755 --- a/cpufreq/cpufreq_06.sh +++ b/cpufreq/cpufreq_06.sh
@@ -107,7 +107,7 @@ fi supported=$(cat $CPU_PATH/cpu0/cpufreq/scaling_available_governors | grep "userspace") -if [ -z $supported ]; then +if [ -z "$supported" ]; then log_skip "userspace not supported" exit 0 fi