]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/setup/keymap.c
libsmooth+install: Fix output redirection
[ipfire-2.x.git] / src / setup / keymap.c
index 1f687d26b2a14a94c3b6210a7571390315de2607..d0030a3bc0d66c9a7ca549015090b429492b5ec1 100644 (file)
@@ -92,7 +92,7 @@ int handlekeymap(void)
                replacekeyvalue(kv, "KEYMAP", keymap);
                writekeyvalues(kv, CONFIG_ROOT "/main/settings");
                sprintf(commandstring, "/bin/loadkeys %s", keymap);
-               mysystem(commandstring);
+               mysystem(NULL, commandstring);
                result = 1;
        }
        else