diff options
| -rw-r--r-- | .appveyor.yml | 2 |
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}') |
