diff --git a/src/clib-uninstall.c b/src/clib-uninstall.c index 7dcebece..3e2d6c63 100644 --- a/src/clib-uninstall.c +++ b/src/clib-uninstall.c @@ -128,7 +128,7 @@ static char *get_uninstall_target(const char *name, const char *version) { size = asprintf(&target, "cd %s && %s", dir, val); if (-1 == size) - return NULL; + target = NULL; done: if (root)