Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-780

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Medium
    • None
    • 1.2.2
    • None
    • None
    • Solaris 10 x86

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: