chiark / gitweb /
Split brain: Do not leave STDOUT redirected to /dev/null (!)
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 455b375e96e13a7c0f790514e8169fe75ab39490..66349e45b0847deefc94eabcd2afd281de76f7a1 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -2594,7 +2594,6 @@ sub quiltify_splitbrain ($$$$$$) {
        ($diffbits->{O2A} & 01)) { # some patches
        quiltify_splitbrain_needed();
        progress "creating patches-applied version using gbp pq";
-       open STDOUT, ">/dev/null" or die $!;
        runcmd shell_cmd 'exec >/dev/null', @gbp, qw(pq import);
        # gbp pq import creates a fresh branch; push back to dgit-view
        runcmd @git, qw(update-ref refs/heads/dgit-view HEAD);