From 87dba358a998b2166738afb00b26214a32387990 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 23 Jan 2024 08:42:52 -0500 Subject: [PATCH] spelling: shebang Signed-off-by: Josh Soref --- 11/jdk/centos/entrypoint.sh | 2 +- 11/jdk/ubi/ubi9-minimal/entrypoint.sh | 2 +- 11/jre/centos/entrypoint.sh | 2 +- 11/jre/ubi/ubi9-minimal/entrypoint.sh | 2 +- 17/jdk/centos/entrypoint.sh | 2 +- 17/jdk/ubi/ubi9-minimal/entrypoint.sh | 2 +- 17/jre/centos/entrypoint.sh | 2 +- 17/jre/ubi/ubi9-minimal/entrypoint.sh | 2 +- 20/jdk/alpine/entrypoint.sh | 2 +- 20/jdk/ubi/ubi9-minimal/entrypoint.sh | 2 +- 20/jdk/ubuntu/jammy/entrypoint.sh | 2 +- 20/jre/alpine/entrypoint.sh | 2 +- 20/jre/ubi/ubi9-minimal/entrypoint.sh | 2 +- 20/jre/ubuntu/jammy/entrypoint.sh | 2 +- 21/jdk/ubi/ubi9-minimal/entrypoint.sh | 2 +- 21/jre/ubi/ubi9-minimal/entrypoint.sh | 2 +- 8/jdk/centos/entrypoint.sh | 2 +- 8/jdk/ubi/ubi9-minimal/entrypoint.sh | 2 +- 8/jre/centos/entrypoint.sh | 2 +- 8/jre/ubi/ubi9-minimal/entrypoint.sh | 2 +- docker_templates/scripts/entrypoint.ubi9-minimal.sh | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/11/jdk/centos/entrypoint.sh b/11/jdk/centos/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/11/jdk/centos/entrypoint.sh +++ b/11/jdk/centos/entrypoint.sh @@ -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 diff --git a/11/jdk/ubi/ubi9-minimal/entrypoint.sh b/11/jdk/ubi/ubi9-minimal/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/11/jdk/ubi/ubi9-minimal/entrypoint.sh +++ b/11/jdk/ubi/ubi9-minimal/entrypoint.sh @@ -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 diff --git a/11/jre/centos/entrypoint.sh b/11/jre/centos/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/11/jre/centos/entrypoint.sh +++ b/11/jre/centos/entrypoint.sh @@ -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 diff --git a/11/jre/ubi/ubi9-minimal/entrypoint.sh b/11/jre/ubi/ubi9-minimal/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/11/jre/ubi/ubi9-minimal/entrypoint.sh +++ b/11/jre/ubi/ubi9-minimal/entrypoint.sh @@ -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 diff --git a/17/jdk/centos/entrypoint.sh b/17/jdk/centos/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/17/jdk/centos/entrypoint.sh +++ b/17/jdk/centos/entrypoint.sh @@ -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 diff --git a/17/jdk/ubi/ubi9-minimal/entrypoint.sh b/17/jdk/ubi/ubi9-minimal/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/17/jdk/ubi/ubi9-minimal/entrypoint.sh +++ b/17/jdk/ubi/ubi9-minimal/entrypoint.sh @@ -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 diff --git a/17/jre/centos/entrypoint.sh b/17/jre/centos/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/17/jre/centos/entrypoint.sh +++ b/17/jre/centos/entrypoint.sh @@ -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 diff --git a/17/jre/ubi/ubi9-minimal/entrypoint.sh b/17/jre/ubi/ubi9-minimal/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/17/jre/ubi/ubi9-minimal/entrypoint.sh +++ b/17/jre/ubi/ubi9-minimal/entrypoint.sh @@ -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 diff --git a/20/jdk/alpine/entrypoint.sh b/20/jdk/alpine/entrypoint.sh index dfcf546f9..9a8c9a2a0 100755 --- a/20/jdk/alpine/entrypoint.sh +++ b/20/jdk/alpine/entrypoint.sh @@ -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 diff --git a/20/jdk/ubi/ubi9-minimal/entrypoint.sh b/20/jdk/ubi/ubi9-minimal/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/20/jdk/ubi/ubi9-minimal/entrypoint.sh +++ b/20/jdk/ubi/ubi9-minimal/entrypoint.sh @@ -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 diff --git a/20/jdk/ubuntu/jammy/entrypoint.sh b/20/jdk/ubuntu/jammy/entrypoint.sh index dfcf546f9..9a8c9a2a0 100755 --- a/20/jdk/ubuntu/jammy/entrypoint.sh +++ b/20/jdk/ubuntu/jammy/entrypoint.sh @@ -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 diff --git a/20/jre/alpine/entrypoint.sh b/20/jre/alpine/entrypoint.sh index dfcf546f9..9a8c9a2a0 100755 --- a/20/jre/alpine/entrypoint.sh +++ b/20/jre/alpine/entrypoint.sh @@ -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 diff --git a/20/jre/ubi/ubi9-minimal/entrypoint.sh b/20/jre/ubi/ubi9-minimal/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/20/jre/ubi/ubi9-minimal/entrypoint.sh +++ b/20/jre/ubi/ubi9-minimal/entrypoint.sh @@ -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 diff --git a/20/jre/ubuntu/jammy/entrypoint.sh b/20/jre/ubuntu/jammy/entrypoint.sh index dfcf546f9..9a8c9a2a0 100755 --- a/20/jre/ubuntu/jammy/entrypoint.sh +++ b/20/jre/ubuntu/jammy/entrypoint.sh @@ -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 diff --git a/21/jdk/ubi/ubi9-minimal/entrypoint.sh b/21/jdk/ubi/ubi9-minimal/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/21/jdk/ubi/ubi9-minimal/entrypoint.sh +++ b/21/jdk/ubi/ubi9-minimal/entrypoint.sh @@ -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 diff --git a/21/jre/ubi/ubi9-minimal/entrypoint.sh b/21/jre/ubi/ubi9-minimal/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/21/jre/ubi/ubi9-minimal/entrypoint.sh +++ b/21/jre/ubi/ubi9-minimal/entrypoint.sh @@ -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 diff --git a/8/jdk/centos/entrypoint.sh b/8/jdk/centos/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/8/jdk/centos/entrypoint.sh +++ b/8/jdk/centos/entrypoint.sh @@ -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 diff --git a/8/jdk/ubi/ubi9-minimal/entrypoint.sh b/8/jdk/ubi/ubi9-minimal/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/8/jdk/ubi/ubi9-minimal/entrypoint.sh +++ b/8/jdk/ubi/ubi9-minimal/entrypoint.sh @@ -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 diff --git a/8/jre/centos/entrypoint.sh b/8/jre/centos/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/8/jre/centos/entrypoint.sh +++ b/8/jre/centos/entrypoint.sh @@ -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 diff --git a/8/jre/ubi/ubi9-minimal/entrypoint.sh b/8/jre/ubi/ubi9-minimal/entrypoint.sh index 4d352111b..481ab8862 100755 --- a/8/jre/ubi/ubi9-minimal/entrypoint.sh +++ b/8/jre/ubi/ubi9-minimal/entrypoint.sh @@ -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 diff --git a/docker_templates/scripts/entrypoint.ubi9-minimal.sh b/docker_templates/scripts/entrypoint.ubi9-minimal.sh index 4d352111b..481ab8862 100755 --- a/docker_templates/scripts/entrypoint.ubi9-minimal.sh +++ b/docker_templates/scripts/entrypoint.ubi9-minimal.sh @@ -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