From c22d020db0cf1fe946847b890f5bfa70346e46d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 18 Feb 2017 18:28:18 +0100 Subject: appveyor: let Cygwin handle the environment variable That way the path translation logic kicks in. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9ed06d8..fc96544 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -32,7 +32,7 @@ install: before_build: - ps: | $bash = $env:CYG_ROOT + "\bin\bash" - $cmd = "cd " + $env:APPVEYOR_BUILD_FOLDER + " && " + $cmd = "cd `$APPVEYOR_BUILD_FOLDER && " $cmd += @' for f in $(git ls-files -s | awk '$1 == 120000 {print $4}') -- cgit v1.2.3