Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-9692

run.sh has missing curly brackets around argument counts

XMLWordPrintable

    • Hide

      pass "-c run.conf" as the 9th and 10th argument to run.sh

      Show
      pass "-c run.conf" as the 9th and 10th argument to run.sh
    • Not Required
    • NEW

      run.sh:

      24 eval JBOSSCONF=\$`expr $arg_count + 1`

      Should be:

      24 eval JBOSSCONF=\${`expr $arg_count + 1`}

              tfonteyn Tom Fonteyne (Inactive)
              tfonteyn Tom Fonteyne (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: