[Libreoffice-commits] core.git: Branch 'aoo/trunk' - set_soenv.in

Damjan Jovanovic damjan at apache.org
Sun Mar 4 17:11:12 UTC 2018


 set_soenv.in |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 7c02cabd41ec70bda3a98e1e49e83c608ec93d3a
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Sun Mar 4 16:46:55 2018 +0000

    Fix indentation.
    
    Patch by: me

diff --git a/set_soenv.in b/set_soenv.in
index 16d37ae9de8f..b894a6935279 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -732,10 +732,10 @@ elsif ( $platform =~ m/cygwin/ )
 	      die "Unsupported value for COMEX variable.\n";
 	  }
       }
-	  print "Setting W32 build with bash shell specific values... ";
-	  # No speacial treatment for CC an CXX anymore.
-	  $FLIPCMD        = "slfl.pl";
-	  $PATH_SEPERATOR = ';';
+      print "Setting W32 build with bash shell specific values... ";
+      # No special treatment for CC and CXX anymore.
+      $FLIPCMD        = "slfl.pl";
+      $PATH_SEPERATOR = ';';
   }
 }
 elsif ( $platform =~ m/os2/ ) 


More information about the Libreoffice-commits mailing list