diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-21 12:39:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-21 12:39:35 -0400 |
commit | c885a444dbacb7fa35fc3de3429e3ca1c35d1de7 (patch) | |
tree | 88205e3b5901b92dd4f1ee32b486b5c871e6e2c6 /Build | |
parent | 0103a7e2020f9072ff5eb3efa318333014a8baf1 (diff) | |
parent | a0879c10371baf76bcc689896163735f5a2d5319 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'Build')
-rw-r--r-- | Build/DistributionUpdate.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index 0afc2211f..0e7fa7304 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -25,7 +25,7 @@ makeinfos = do version <- liftIO getChangelogVersion now <- liftIO getCurrentTime liftIO $ putStrLn $ "building info files for version " ++ version ++ " in " ++ basedir - fs <- liftIO $ dirContentsRecursiveSkipping (== "info") (basedir </> "git-annex") + fs <- liftIO $ dirContentsRecursiveSkipping (== "info") True (basedir </> "git-annex") forM_ fs $ \f -> do v <- lookupFile f case v of |