build.sh and start_crowd.sh incorrectly refer to a particular shell

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Medium
    • None
    • Affects Version/s: 1.2.2
    • Component/s: None
    • None
    • Environment:

      Solaris 10 x86

      The prefixes on the files states:
      #!/bin/sh

      This is fine, except that the files are ACTUALLY using bash syntax.

      You have no doubt had this work because on Linux-based systems, /bin/sh is actually running bash. However, on other systems (namely Solaris x86) /bin/sh is old-skool shell (specifically ksh), and not bash.

      I recommend that you change the prefixes to these to be
      #!/bin/bash
      When I did this, they started running more successfully.

              Assignee:
              David O'Flynn [Atlassian]
              Reporter:
              Kirk Wylie
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: