X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=darcs-all;h=6e48377c20c6bf5123de793144b58cc91b8f403b;hp=c960d07c62292be7177d5193feb44b7ef5b38ddd;hb=72edf508ec424d744376eda2c4191e3c45111bce;hpb=7674431d6b34087d663734880ebf9bf247fe2e93 diff --git a/darcs-all b/darcs-all index c960d07..6e48377 100644 --- a/darcs-all +++ b/darcs-all @@ -20,6 +20,8 @@ use strict; # ./darcs-all -q send --dry-run # -q says to be quite, and -s to be silent. +$| = 1; # autoflush stdout after each print, to avoid output after die + # Figure out where to get the other repositories from, # based on where this GHC repo came from. my $defaultrepo = `cat _darcs/prefs/defaultrepo`;