[Pm-utils] [patch commit] More minor cleanups

Nigel Cunningham nigel at nigel.suspend2.net
Wed Jan 30 13:38:31 PST 2008


Hi.

diff --git a/pm/sleep.d/99video b/pm/sleep.d/99video
index cbba76f..9d06505 100755
--- a/pm/sleep.d/99video
+++ b/pm/sleep.d/99video
@@ -19,13 +19,13 @@ reset_brightness() {
  	done
  }

-if type vbetool |grep -q "not found"; then
+if command_esists vbetool; then


s/esists/exists

Regards,

Nigel


More information about the Pm-utils mailing list