summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-09-17 19:47:17 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-09-17 19:47:17 -0500
commit38a9d169b831aa1528a47060612cba3dd5ff3514 (patch)
treeea255fdf41fd9234eafd93caaa1a1790515fcfbe /src
parent982784806793454ea3b87babb3b399d98c8d1639 (diff)
Make per-module help and before_hooks methods stackable.
This will help with making the sleep methods stackable and autodetectable.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/pm-action.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pm-action.in b/src/pm-action.in
index 5e7ca87..b9e5a21 100755
--- a/src/pm-action.in
+++ b/src/pm-action.in
@@ -35,7 +35,7 @@ help()
echo
echo "Options can change how suspend or hibernate is done."
run_hooks sleep help
- command_exists sleep_method_help && sleep_method_help
+ sleep_method_help
exit 0
}