[Bug 875447] Re: Typo on line 9 of /usr/share/acpi-support/power-funcs
A. Bram Neijt
bneijt at gmail.com
Sun Nov 6 14:05:07 UTC 2011
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CheckboxSubmission: eba05164b74fe515f1989a2faf417dfe
CheckboxSystem: d00f84de8a555815fa1c4660280da308
DistroRelease: Ubuntu 11.10
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
Package: acpi-support 0.138
PackageArchitecture: amd64
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSignature: Ubuntu 3.1.0-2.3-generic 3.1.0
Tags: oneiric
Uname: Linux 3.1.0-2-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
** Tags added: apport-collected oneiric
--
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:
Confirmed
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