shithub: cstory

Download patch

ref: 871e443f90054c50f8a20981dd85f0cf5a65454c
parent: 31fa8f735248fd7da31174f8cfe4cfd7db91e1d6
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 23 11:20:09 EST 2020

swearing

--- a/.travis.yml
+++ b/.travis.yml
@@ -64,8 +64,8 @@
     - echo $MAKE_BUILD_TYPE
 
     # Define WINDRES
-    - if [ "$TRAVIS_OS_NAME" = "windows" ];
-      then
+    - |
+      if [ "$TRAVIS_OS_NAME" = "windows" ]; then
         export WINDRES32="windres"
         export WINDRES64="windres"
       else