mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-11 08:40:17 +01:00
tools: fix invocation of subtools
One dash too many. Oops. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1cfab540a4
commit
1d52f2f567
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue