[Bug 875447] Re: Typo on line 9 of /usr/share/acpi-support/power-funcs

Steve Magoun 875447 at bugs.launchpad.net
Tue Mar 13 14:18:19 UTC 2012


This code was completely rewritten for acpi-support 0.139 in precise, so
marking this Fix Released.

** Changed in: acpid (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to acpid in Ubuntu.
https://bugs.launchpad.net/bugs/875447

Title:
  Typo on line 9 of /usr/share/acpi-support/power-funcs

Status in “acpid” package in Ubuntu:
  Fix Released

Bug description:
   9      user=$(who | awk "/:$displaynum)/ { print \$1; exit }")

  causes a regex compile failure:
  awk: line 1: regular expression compile failed (missing '(')
  :0)

  The line should read:
  9         user=$(who | awk "/:$displaynum/ { print \$1; exit }")

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/875447/+subscriptions




More information about the foundations-bugs mailing list