]> granicus.if.org Git - fortune-mod/commitdiff
fix appveyor #3 syntax
authorShlomi Fish <shlomif@shlomifish.org>
Mon, 24 Feb 2020 10:18:27 +0000 (12:18 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Mon, 24 Feb 2020 10:18:27 +0000 (12:18 +0200)
CI-testing/continuous-integration-testing.pl

index cd6c0cbb15da89d1ee20720e2a08c3c3fff7c9a2..490fd60720150aa23aba2035eb521ac2d1268d0a 100644 (file)
@@ -116,7 +116,7 @@ if ($IS_WIN)
     do_system(
         {
             cmd => [
-"$WIN32__DOUBLE_AMPERSAND__PROPER_HANDLING__NEEDED_PREFIX && c:/foo/games/fortune.exe"
+"$WIN32__DOUBLE_AMPERSAND__PROPER_HANDLING__NEEDED_PREFIX c:/foo/games/fortune.exe"
             ]
         }
     );