From 64c5393ce7d5ad02f773d11aa3d2cf307393fc08 Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Wed, 6 Feb 2008 12:07:48 -0600 Subject: ...and make it check in the case statement too. :| --- src/pm-is-supported.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pm-is-supported.in b/src/pm-is-supported.in index 6538a52..62947f7 100755 --- a/src/pm-is-supported.in +++ b/src/pm-is-supported.in @@ -26,7 +26,7 @@ help_options() { ARG="$(echo ${1#--}|tr - _)" case "$ARG" in - suspend|hibernate|suspend-hybrid) + suspend|hibernate|suspend_hybrid) "check_$ARG"; exit $? ;; help) help_options ;; *) help_options 1>&2 -- cgit v1.2.3