Public bug reported:

 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 }")

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

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

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

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to