** Description changed:

  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
+ 
+ Sponsors: The fix for this bug is attached to bug 67341.

-- 
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
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to