[commit: ghc] wip/nfs-locking: Fix path to clone folder. (dfc34f1)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:40:33 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/dfc34f1fb0d7aec2392cd700eaa91d10a6c87835/ghc

>---------------------------------------------------------------

commit dfc34f1fb0d7aec2392cd700eaa91d10a6c87835
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Jan 6 18:53:37 2016 +0000

    Fix path to clone folder.
    
    See #110. [skip ci]


>---------------------------------------------------------------

dfc34f1fb0d7aec2392cd700eaa91d10a6c87835
 .appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index f9f938d..fa03afe 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,4 +1,4 @@
-clone_folder: "C:\msys64\home\ghc\shake-build"
+clone_folder: "C:\\msys64\\home\\ghc\\shake-build"
 
 install:
     - set MSYSTEM=MINGW64



More information about the ghc-commits mailing list