Skip to content
Snippets Groups Projects
Commit b6442e81 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Tell perl to autoflush output in darcs-all. Suggested by Claus Reinke

parent 299c3d09
No related merge requests found
......@@ -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`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment