From: Shlomi Fish Date: Wed, 16 Sep 2020 09:33:50 +0000 (+0300) Subject: appveyor fix #3: syntax X-Git-Tag: fortune-mod-3.0.0~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d53b1d2c193f0dcb7f2b1b5c24acc88b6ea1ba7f;p=fortune-mod appveyor fix #3: syntax --- diff --git a/.appveyor.yml b/.appveyor.yml index 6ae29b4..96e45e7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,7 +10,7 @@ image: Visual Studio 2019 install: # Trying to disable to check if it is already installed. # - choco install strawberryperl - - "if not exist C:\strawberry ( echo \"strawberryperl is not installed. Please fix appveyor.yml\"\nexit 1\n )" + - "if not exist C:\\strawberry ( echo \"strawberryperl is not installed. Please fix appveyor.yml\"\nexit 1\n )" - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% - perl -v - if not exist C:\Perl5 mkdir C:\Perl5