aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-02-18 18:28:18 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-02-18 18:28:18 +0100
commitc22d020db0cf1fe946847b890f5bfa70346e46d0 (patch)
treed527d5cf6f47681c26736c427fa08e34705a24c6
parent58082dfcdedc0f40a32af1f9d416b49ce9a2b2fd (diff)
downloadvis-c22d020db0cf1fe946847b890f5bfa70346e46d0.tar.gz
vis-c22d020db0cf1fe946847b890f5bfa70346e46d0.tar.xz
appveyor: let Cygwin handle the environment variable
That way the path translation logic kicks in.
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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}')