Skip to content

Commit

Permalink
appveyor: let Cygwin handle the environment variable
Browse files Browse the repository at this point in the history
That way the path translation logic kicks in.
  • Loading branch information
martanne committed Feb 18, 2017
1 parent 58082df commit c22d020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}')
Expand Down

0 comments on commit c22d020

Please sign in to comment.