Skip to content

Commit 001ea8c

Browse files
pzhlkj6612ljharb
authored andcommitted
[readme] use tilde expansion instead of "$HOME" for consistency
at least in this code block.
1 parent b0f82ac commit 001ea8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ When invoking bash as a non-interactive shell, like in a Docker container, none
146146
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
147147

148148
# Create a script file sourced by both interactive and non-interactive bash shells
149-
ENV BASH_ENV $HOME/.bash_env
149+
ENV BASH_ENV ~/.bash_env
150150
RUN touch "${BASH_ENV}"
151151
RUN echo '. "${BASH_ENV}"' >> ~/.bashrc
152152

0 commit comments

Comments
 (0)