diff options
Diffstat (limited to 'udevsend.c')
-rw-r--r-- | udevsend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udevsend.c b/udevsend.c index c0c72b9c19..19922f3870 100644 --- a/udevsend.c +++ b/udevsend.c @@ -95,7 +95,7 @@ static void run_udev(const char *subsystem) switch (pid) { case 0: /* child */ - execl(UDEV_BIN, UDEV_BIN, subsystem, NULL); + execl(UDEV_BIN, "udev", subsystem, NULL); dbg("exec of child failed"); _exit(1); break; |