summaryrefslogtreecommitdiff
path: root/Build/Configure.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Build/Configure.hs')
-rw-r--r--Build/Configure.hs2
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