chiark / gitweb /
prepare builtins for blkid and kmod
[elogind.git] / udev / udevadm-test-builtin.c
index a2be77683ac5975893b982d3faeab2ad7b92b2ec..f8af8992d00fd386e557f46481bc853ca49588c1 100644 (file)
@@ -107,7 +107,7 @@ static int adm_builtin(struct udev *udev, int argc, char *argv[])
                goto out;
        }
 
-       if (udev_builtin_run(dev, cmd, true) < 0) {
+       if (udev_builtin_run(dev, cmd, command, true) < 0) {
                fprintf(stderr, "error executing '%s'\n\n", command);
                rc = 6;
        }