Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/43293b8c3210003c9e5b5b4a662f0fdb874353b7 >--------------------------------------------------------------- commit 43293b8c3210003c9e5b5b4a662f0fdb874353b7 Author: Simon Marlow <[email protected]> Date: Wed Jul 6 09:47:02 2011 +0100 fix bug: check_out_flag should be checked_out_tree >--------------------------------------------------------------- sync-all | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sync-all b/sync-all index 3e0210f..519c02a 100755 --- a/sync-all +++ b/sync-all @@ -272,7 +272,7 @@ sub scmall { # Use the "remote" structure for bare git repositories $localpath = ($bare_flag && $scm eq "git") ? $$line{"remotepath"} : $$line{"localpath"}; - $remotepath = ($checked_out_flag) ? + $remotepath = ($checked_out_tree) ? $$line{"localpath"} : $$line{"remotepath"}; # Check the SCM is OK as early as possible _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
