]> granicus.if.org Git - fortune-mod/commitdiff
appveyor fix #4: syntax
authorShlomi Fish <shlomif@shlomifish.org>
Wed, 16 Sep 2020 09:39:50 +0000 (12:39 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Wed, 16 Sep 2020 11:00:36 +0000 (14:00 +0300)
.appveyor.yml

index 96e45e7dee78630317472cab08449ee6ad2915b4..afc3fe391186dca48115dc5b5b479281b8847aad 100644 (file)
@@ -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 ( \r\n echo \"strawberryperl is not installed. Please fix appveyor.yml\"\r\n exit 1 \r\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