summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/helper/BuildEnvTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/BuildEnvTools.java')
-rw-r--r--qadevOOo/runner/helper/BuildEnvTools.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/BuildEnvTools.java b/qadevOOo/runner/helper/BuildEnvTools.java
index 2c10aa70cad7..b967ee7f5872 100644
--- a/qadevOOo/runner/helper/BuildEnvTools.java
+++ b/qadevOOo/runner/helper/BuildEnvTools.java
@@ -83,7 +83,7 @@ public class BuildEnvTools {
error = true;
}
- mCygwin = (param.getBool(PropertyName.CYGWIN));
+ mCygwin = param.getBool(PropertyName.CYGWIN);
if (error) {
throw new ParameterNotFoundException(msg);