]> git.pld-linux.org Git - packages/kbd.git/commitdiff
- fix is_no() call auto/ti/kbd-1_15-3
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 23 Mar 2009 17:31:33 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kbd.init -> 1.38

kbd.init

index a592bbd168782ce9a87d705b5b3c310ba47b6c92..18f602486e8f56a01f9314145d22ea08ca81d5ca 100644 (file)
--- a/kbd.init
+++ b/kbd.init
@@ -99,7 +99,7 @@ start() {
        run_cmd "Enabling SAK sequence" /bin/sh -c "echo Control Alt keycode 101 = SAK | loadkeys"
 
        power_option=""
-       if [ ! is_no "$POWER_SAVE" ]; then
+       if ! is_no "$POWER_SAVE"; then
                if [ "$BLANK_TIME" ]; then
                        power_option="-blank $BLANK_TIME";
                fi
This page took 0.805685 seconds and 4 git commands to generate.