ooo-build r14262 - branches/debian-2-4-1/patches/src680



Author: rengelhard
Date: Thu Oct  9 11:31:28 2008
New Revision: 14262
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14262&view=rev

Log:
another syntax error

Modified:
   branches/debian-2-4-1/patches/src680/soffice-remove-webwizard.diff

Modified: branches/debian-2-4-1/patches/src680/soffice-remove-webwizard.diff
==============================================================================
--- branches/debian-2-4-1/patches/src680/soffice-remove-webwizard.diff	(original)
+++ branches/debian-2-4-1/patches/src680/soffice-remove-webwizard.diff	Thu Oct  9 11:31:28 2008
@@ -16,7 +16,7 @@
 +# Since 2007.0 WebWizard does not exist anymore.
 +dialog_xlc=~/.openoffice.org2/user/basic/dialog.xlc
 +script_xlc=~/.openoffice.org2/user/basic/script.xlc
-+if [[ -f $dialog_xlc && -f $script_xlc ]]; then
++if [ -f $dialog_xlc -a -f $script_xlc ]; then
 +    sed -i "s/.*library:name=\"WebWizard\".*openoffice.*//" $dialog_xlc $script_xlc
 +fi
 +



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