Public bug reported:

Binary package hint: powernowd

In /usr/share/powernowd/cpufreq-detect.sh, line 84 is as follows:

    if [ $CPU_FAMILY == 6 ]; then

This causes an error message to be printed at boot time:

[: 94: ==: unexpected operator

The fix is to remove one '=':

    if [ $CPU_FAMILY = 6 ]; then

** Affects: powernowd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
error in cpufreq-detect.sh
https://bugs.launchpad.net/bugs/162524
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to