aboutsummaryrefslogtreecommitdiff
path: root/Build/NullSoftInstaller.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-17 14:24:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-17 14:24:07 -0400
commite6178a4c7fa50425292d84f0e96e8c7b9ecdb04f (patch)
treef60265305e161efc15f31de19987d2e54cdad2ac /Build/NullSoftInstaller.hs
parentdff06b1ff169c3e1e439cfa11a104cc774c7d564 (diff)
syntax fix
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-rw-r--r--Build/NullSoftInstaller.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs
index cf0123805..162fbfc24 100644
--- a/Build/NullSoftInstaller.hs
+++ b/Build/NullSoftInstaller.hs
@@ -37,7 +37,7 @@ main = do
mustSucceed "ln" [File "dist/build/git-annex/git-annex.exe", File gitannex]
let license = tmpdir </> licensefile
mustSucceed "sh" [Param "-c", Param $ "zcat standalone/licences.gz > '" ++ license ++ "'"]
- extrafiles <- forM (cygwinPrograms ++ cygwinDlls) $ \f ->
+ extrafiles <- forM (cygwinPrograms ++ cygwinDlls) $ \f -> do
p <- searchPath f
when (isNothing p) $
print ("unable to find in PATH", f)