diff options
author | Peter Jones <pjones@redhat.com> | 2007-03-06 19:03:19 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2007-03-06 19:03:19 +0000 |
commit | 8a16baec2900770f24b553b5309f3df9edc3ea07 (patch) | |
tree | 5109d3c1d98be02de12f6339987822022de882b1 /pm | |
parent | fd836c73a4be54b46bcdbfdf8f56487f93fbc0f5 (diff) |
- use "bash" not "sh"
Diffstat (limited to 'pm')
-rwxr-xr-x | pm/hooks/05led | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/hooks/05led b/pm/hooks/05led index f1c4201..dd9a21f 100755 --- a/pm/hooks/05led +++ b/pm/hooks/05led @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash [ -f /proc/acpi/ibm/led ] || exit 0 |