]
Tomaz Cerar reassigned WFLY-9094:
---------------------------------
Assignee: Jan Stourac (was: Tomaz Cerar)
Trivial fixes in appclient.sh and jdr.sh
----------------------------------------
Key: WFLY-9094
URL:
https://issues.jboss.org/browse/WFLY-9094
Project: WildFly
Issue Type: Bug
Components: Scripts
Affects Versions: 11.0.0.Alpha1
Reporter: Jan Stourac
Assignee: Jan Stourac
Priority: Trivial
Minor changes in bin/appclient.sh and bin/jdr.sh:
* appclient:
** fix of HAS_OPENJDK variable name
** use || instead of -o as it is better defined
* jdr:
** used simplier syntax for if statement condition
** fix of assignment statement "cygwin = true" -> "cygwin=true"