Skip to content

Commit

Permalink
Merge branch 'issue-187'
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Feb 18, 2023
2 parents 0a1a344 + 3e5cdbc commit b0cbd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System/FilePath/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ normalise filepath =
then singleton _period
else joinDrive d p

addPathSeparator = isDirPath filepath
addPathSeparator = isDirPath pth
&& not (hasTrailingPathSeparator result)
&& not (isRelativeDrive drv)

Expand Down

0 comments on commit b0cbd5f

Please sign in to comment.