syntax fix
This commit is contained in:
parent
c2e279b6ce
commit
dcf46bde1b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue