chiark / gitweb /
delta: diff returns 1 when files differ, ignore this
[elogind.git] / src / delta / delta.c
index 438091c72746748eb5e22ad307e4441cf6566040..99305716ed7a30998a255238ce44a23ea4e4e4ae 100644 (file)
@@ -193,7 +193,7 @@ static int found_override(const char *top, const char *bottom) {
                 _exit(1);
         }
 
-        wait_for_terminate_and_warn("diff", pid);
+        wait_for_terminate_and_warn("diff", pid, false);
         putchar('\n');
 
         return k;