Skip to content

Commit 9d45ba2

Browse files
committed
Also apply job control fix to 4.4
(refs tianon#45, see tianon#46 (comment))
1 parent fc161dc commit 9d45ba2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: 4.4/Dockerfile

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Dockerfile.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RUN set -eux; \
115115
wget -O "support/$f" "https://git.savannah.gnu.org/cgit/config.git/plain/$f?id=7d3d27baf8107b630586c962c057e22149653deb"; \
116116
done; \
117117
{{ ) end -}}
118-
{{ if env.version | IN("3.0", "3.1", "3.2", "4.0", "4.1", "4.2", "4.3") then ( -}}
118+
{{ if env.version | IN("3.0", "3.1", "3.2", "4.0", "4.1", "4.2", "4.3", "4.4") then ( -}}
119119
# https://github.com/tianon/docker-bash/pull/45
120120
export CFLAGS='-Wno-error=implicit-int -Wno-error=implicit-function-declaration'; \
121121
{{ ) else "" end -}}

0 commit comments

Comments
 (0)