From 06b761be5b01affd723fdc303ef3a80fa4912c14 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Sun, 27 Sep 2015 21:56:20 -0700 Subject: [PATCH] appveyor.yml: Fixed another multiline statement. --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 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