Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-26879

[GSS](8.0.z) WFCORE-6772 - bin/installation-manager.sh: 5: [: x: unexpected operator

XMLWordPrintable

    • False
    • None
    • False
    • Hide

      Change the first line: #!/bin/sh -> #!/bin/bash

      Show
      Change the first line: #!/bin/sh -> #!/bin/bash

      The == is not a valid operator in sh

      > "bin/installation-manager.sh: 5: [: x: unexpected operator"
      
      #!/bin/sh
      ...
           if [ x"${INST_MGR_SCRIPT_DEBUG}" == "xtrue" ]; then
       

            spyrkob Bartosz Spyrko-Smietanko
            rhn-support-bmaxwell Brad Maxwell
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: