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

./packages/openofficeorg/3.2.1/unstable r2035: fix logic



------------------------------------------------------------
revno: 2035
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Tue 2010-06-22 01:25:09 +0200
message:
  fix logic
modified:
  patches/fix-smoketest-without-java.diff
=== modified file 'patches/fix-smoketest-without-java.diff'
--- a/patches/fix-smoketest-without-java.diff	2010-06-21 23:19:42 +0000
+++ b/patches/fix-smoketest-without-java.diff	2010-06-21 23:25:09 +0000
@@ -34,7 +34,7 @@
 +-	createPath ($LOGPATH, $error_copyExtension);  
 +-	$Command = "$COPY_FILE \"$ExtensionDir" . "TestExtension.oxt\" " . "\"$LOGPATH$PathSeparator\"";
 +-	execute_Command ($Command, $error_copyExtension, $show_Message, $command_withoutOutput);
-++	if ( $ENV{SOLAR_JAVA} eq "NO" ) {
+++	if ( "$ENV{SOLAR_JAVA}" eq "TRUE" ) {
 ++		# copy extension (error 6)
 + 
 ++		createPath ($LOGPATH, $error_copyExtension);  


Reply to: