zowe / zlux

The top-level superproject for zLUX. zLUX includes the Zowe Desktop framework in addition to several built-in apps and an example server implementation.
Eclipse Public License 2.0
38 stars 42 forks source link

FSUM6807 expression syntax error during zowe startup #979

Closed Martin-Zeithaml closed 9 months ago

Martin-Zeithaml commented 9 months ago

Describe the bug There is a FSUM6807 expression syntax error in log` in the log

Steps to Reproduce

  1. Start zowe 2.11.0
  2. FSUM6807 expression syntax error in log

Expected behavior No FSUM6807 expression syntax error in log

E.g.: ... components/app-server/bin/configure.sh 26: .: FSUM6807 expression syntax error

Probable cause https://github.com/zowe/zlux-app-server/blob/3e42412bbc9532b57aaf744df08315e10fe9c7a0/bin/configure.sh#L26

On line 26 and 27 there is a combination of double equal sign with single square brackets. Either add one more square brackets or remove one equal sign.

1000TurquoisePogs commented 9 months ago

this looks to be fixed in staging, fixed after 2.11

1000TurquoisePogs commented 9 months ago

false alarm, rc has code that is newer than staging! the bug needs to be fixed.