You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/01/13 18:15:50 UTC

svn commit: r1231192 - /incubator/ooo/trunk/main/solenv/bin/getcsym.awk

Author: arist
Date: Fri Jan 13 17:15:50 2012
New Revision: 1231192

URL: http://svn.apache.org/viewvc?rev=1231192&view=rev
Log:
awk needs '(' and ')' on same line - windows build breaker

Modified:
    incubator/ooo/trunk/main/solenv/bin/getcsym.awk

Modified: incubator/ooo/trunk/main/solenv/bin/getcsym.awk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/bin/getcsym.awk?rev=1231192&r1=1231191&r2=1231192&view=diff
==============================================================================
--- incubator/ooo/trunk/main/solenv/bin/getcsym.awk (original)
+++ incubator/ooo/trunk/main/solenv/bin/getcsym.awk Fri Jan 13 17:15:50 2012
@@ -4,8 +4,8 @@
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
 #  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
+#  to you under the Apache License, Version 2.0 (the "License");
+#  you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
 #  
 #    http://www.apache.org/licenses/LICENSE-2.0