ooo-build r13995 - branches/ooo-build-3-0/bin



Author: rengelhard
Date: Mon Sep 22 11:20:09 2008
New Revision: 13995
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13995&view=rev

Log:
missing ;

Modified:
   branches/ooo-build-3-0/bin/localize-ooo

Modified: branches/ooo-build-3-0/bin/localize-ooo
==============================================================================
--- branches/ooo-build-3-0/bin/localize-ooo	(original)
+++ branches/ooo-build-3-0/bin/localize-ooo	Mon Sep 22 11:20:09 2008
@@ -87,8 +87,8 @@
 for fn in $SRCDIR/sdf/*.sdf; do
     [ -f "$fn" ] || continue
     grep -q "^$fn$" $extra_trans_stamp 2>/dev/null && continue;
-    if echo "$fn" | grep -q patches && ! echo $OOO_LANGS | grep -q "`echo $fn | cut -d'-' -f1`" then continue; fi
-    if echo "$fn" | grep -q gallery && ! echo $OOO_LANGS | grep -q "`echo $fn | cut -d'-' -f1`" then continue; fi
+    if echo "$fn" | grep -q patches && ! echo $OOO_LANGS | grep -q "`echo $fn | cut -d'-' -f1`"; then continue; fi
+    if echo "$fn" | grep -q gallery && ! echo $OOO_LANGS | grep -q "`echo $fn | cut -d'-' -f1`"; then continue; fi
     echo "Merging extra localization $(basename $fn) ..."
     $SOLARVERSION/$INPATH/bin/localize -m -x -l all -f $fn || exit 1;
     echo "$fn" >>$extra_trans_stamp



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]