Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
mpickering committed Nov 8, 2023
1 parent e07dfed commit 56bd64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/src/Distribution/Simple/Program/Find.hs
Original file line number Diff line number Diff line change
@@ -156,7 +156,7 @@ findProgramOnSearchPath verbosity searchpath prog = do
case a of
Just _ -> return a
Nothing -> firstJustM mas
-}/fin
-}

-- | Interpret a 'ProgramSearchPath' to construct a new @$PATH@ env var.
-- Note that this is close but not perfect because on Windows the search

0 comments on commit 56bd64d

Please sign in to comment.