diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/Configure.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/Configure.hs b/Build/Configure.hs index 70cce74a5..d5176bdf5 100644 --- a/Build/Configure.hs +++ b/Build/Configure.hs @@ -60,7 +60,7 @@ shaTestCases l = map make l Config key . MaybeStringConfig <$> search (shacmds n) where key = "sha" ++ show n - search [] = return Nothing + search [] = return Nothing search (c:cmds) = do sha <- externalSHA c n "/dev/null" if sha == Right knowngood |