tools: fix invocation of subtools
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 26 Jun 2017 04:05:56 +0000 (14:05 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 26 Jun 2017 08:44:00 +0000 (18:44 +1000)
One dash too many. Oops.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/libinput-tool.c

index 5c605a374326d4dfc0386f88f28518f1ccbe4d23..5758a7016968a5ceec936aad6167eb908dde6cc7 100644 (file)
@@ -104,5 +104,5 @@ main(int argc, char **argv)
        argv += optind;
        argc -= optind;
 
-       return tools_exec_command("libinput-", argc, argv);
+       return tools_exec_command("libinput", argc, argv);
 }