summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-09-27 21:56:20 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-09-27 21:56:20 -0700
commit06b761be5b01affd723fdc303ef3a80fa4912c14 (patch)
treeff45804b31c9b675578a2c2df23073e4e53eddc0
parent01ddeda11f5a4feca16324108478badb97a2904e (diff)
appveyor.yml: Fixed another multiline statement.
-rw-r--r--appveyor.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 9a2584429..dbd207c47 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,10 +29,7 @@ after_build:
.\.cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.rtf COPYING -t rtf -S -o COPYING.rtf
copy COPYRIGHT COPYRIGHT.txt
for /f "tokens=2 delims= " %%a in ('.\.cabal-sandbox\bin\pandoc --version') do ( set "VERSION=%%a" && exit )
- if "%VERSION%" == "" (
- echo Error: could not determine version number.
- exit /b 1
- )
+ if "%VERSION%" == "" ( echo "Error: could not determine version number." && exit /b 1 )
cd windows
echo Creating msi...
candle -dVERSION=%VERSION% pandoc.wxs