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

r881 ./packages/openofficeorg/2.3/experimental: missing ;



------------------------------------------------------------
revno: 881
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Thu 2007-09-06 23:35:48 +0200
message:
  missing ;
modified:
  rules
=== modified file 'rules'
--- a/rules	2007-09-06 17:50:04 +0000
+++ b/rules	2007-09-06 21:35:48 +0000
@@ -1190,7 +1190,7 @@
 	# we change the message, and those translations therefore don't match anymore.
 	for iso in $(LANGPACKISOS); do \
 	  [ -f ooo-build/src/GSI_$$iso.sdf ] || continue; \
-	  if [ "$$iso" = "ku" ]; then continue; fi \
+	  if [ "$$iso" = "ku" ]; then continue; fi; \
 	  TMP=`mktemp -q`; \
 	  grep -v RID_STR_EXTENSION_NOT_PRESENT ooo-build/src/GSI_$$iso.sdf \
 	    > $$TMP && mv $$TMP ooo-build/src/GSI_$$iso.sdf; \


Reply to: