[commit: ghc] ghc-7.2: fix bug: check_out_flag should be checked_out_tree (84d2437)
Ian Lynagh
igloo at earth.li
Fri Jul 8 17:10:38 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/84d2437b1acdbe34a873c17871a3b719fa724606
>---------------------------------------------------------------
commit 84d2437b1acdbe34a873c17871a3b719fa724606
Author: Simon Marlow <marlowsd at gmail.com>
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 03299e9..e809aaf 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
More information about the Cvs-ghc
mailing list