Uploaded image for project: 'OpenJDK'
  1. OpenJDK
  2. OPENJDK-628

run: explicitly specify bash in shebang

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • Containers 1.12.GA
    • None
    • container
    • None

      the run-java script has the shebang #!/bin/sh meaning any bourne-compatible shell. In practise we are always using bash for our containers. There is also some code to handle the situation when running under a non-bash shell.

      Instead let's make explicit that these are bash scripts and remove that handling to keep the code simpler.

              jdowland@redhat.com Jonathan Dowland
              jdowland@redhat.com Jonathan Dowland
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: