You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2018/03/04 16:46:55 UTC

svn commit: r1825825 - /openoffice/trunk/main/set_soenv.in

Author: damjan
Date: Sun Mar  4 16:46:55 2018
New Revision: 1825825

URL: http://svn.apache.org/viewvc?rev=1825825&view=rev
Log:
Fix indentation.

Patch by: me


Modified:
    openoffice/trunk/main/set_soenv.in

Modified: openoffice/trunk/main/set_soenv.in
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/set_soenv.in?rev=1825825&r1=1825824&r2=1825825&view=diff
==============================================================================
--- openoffice/trunk/main/set_soenv.in (original)
+++ openoffice/trunk/main/set_soenv.in Sun Mar  4 16:46:55 2018
@@ -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/ )