Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 179786 - sys-power/powersave init script bashisms
Summary: sys-power/powersave init script bashisms
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-25 19:03 UTC by Mike McQuaid
Modified: 2007-05-28 17:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike McQuaid 2007-05-25 19:03:28 UTC
Bashisms in /etc/init.d/powersaved

Line 15 of /etc/init.d/powersaved
$([[ -S /var/run/acpid.socket ]] && echo "-f /var/run/acpid.socket")
should be
$([ -S /var/run/acpid.socket ] && echo "-f /var/run/acpid.socket")
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2007-05-28 17:48:00 UTC
thank you committed.