Skip to content

Commit

Permalink
spelling: shebang
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jan 23, 2024
1 parent 093e3b2 commit 87dba35
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 11/jdk/centos/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 11/jdk/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 11/jre/centos/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 11/jre/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/centos/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 17/jre/centos/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 17/jre/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 20/jdk/alpine/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 20/jdk/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 20/jdk/ubuntu/jammy/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 20/jre/alpine/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 20/jre/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 20/jre/ubuntu/jammy/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 21/jdk/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 21/jre/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 8/jdk/centos/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 8/jdk/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 8/jre/centos/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 8/jre/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion docker_templates/scripts/entrypoint.ubi9-minimal.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down

0 comments on commit 87dba35

Please sign in to comment.