Skip to content

Commit b0cbd5f

Browse files
committed
Merge branch 'issue-187'
2 parents 0a1a344 + 3e5cdbc commit b0cbd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

System/FilePath/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ normalise filepath =
963963
then singleton _period
964964
else joinDrive d p
965965

966-
addPathSeparator = isDirPath filepath
966+
addPathSeparator = isDirPath pth
967967
&& not (hasTrailingPathSeparator result)
968968
&& not (isRelativeDrive drv)
969969

0 commit comments

Comments
 (0)