X-Git-Url: http://git.grml.org/?p=grml-scripts-core.git;a=blobdiff_plain;f=usr_bin%2Fcpufreq-detect.sh;h=35d63d400484cc5acdff5a4aacbfe62f2569e539;hp=e8c15c2b79d913ca5bf097e8a7e5001413c1693f;hb=9fef74081f53d30174118872324fa62d4a8145b5;hpb=03fcacf4cdf6ed30709d2639436870f906b8f1c9 diff --git a/usr_bin/cpufreq-detect.sh b/usr_bin/cpufreq-detect.sh index e8c15c2..35d63d4 100755 --- a/usr_bin/cpufreq-detect.sh +++ b/usr_bin/cpufreq-detect.sh @@ -4,7 +4,6 @@ # Authors: grml-team (grml.org), (C) Ubuntu, (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mit Jul 04 12:15:57 CEST 2007 [mika] ################################################################################ # Notice: also check out /etc/init.d/loadcpufreq of current cpufrequtils in Debian. # @@ -129,7 +128,7 @@ case "$VENDOR_ID" in ;; CentaurHauls*) # VIA - if [ $CPU_FAMILY == 6 ]; then + if [ $CPU_FAMILY = 6 ]; then MODULE=longhaul; fi ;;