* patch from Debian packages by Paul Gevers, fixes spelling

(cherry picked from commit 19ff0fe9e5)
This commit is contained in:
florian 2022-03-04 22:36:22 +01:00
parent 3ac4270c23
commit 896f33681f

View File

@ -109,7 +109,7 @@ ifdef inUnix
PATHSEP=/
else
PATHSEP:=$(subst /,\,/)
# cygwin bash or sh can not handle backslashs
# cygwin bash or sh can not handle backslashes
ifdef inCygWin
PATHSEP=/
endif