fix
This commit is contained in:
parent
c116383b5d
commit
c979e0ea62
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ gitCommandLine params Repo { location = l@(Local _ _ ) } = setdir : settree ++ p
|
||||||
#ifdef mingw32_HOST_OS
|
#ifdef mingw32_HOST_OS
|
||||||
-- despite running on windows, msysgit wants a unix-formatted path
|
-- despite running on windows, msysgit wants a unix-formatted path
|
||||||
gitpath s
|
gitpath s
|
||||||
| isAbsulute s = "/" ++ dropDrive (toInternalGitPath s)
|
| isAbsolute s = "/" ++ dropDrive (toInternalGitPath s)
|
||||||
| otherwise = s
|
| otherwise = s
|
||||||
#else
|
#else
|
||||||
gitpath = id
|
gitpath = id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue