Skip to content

Commit de38960

Browse files
djarbzcode-asher
andauthored
Variable encapsulation
Co-authored-by: Asher <ash@coder.com>
1 parent 40f072a commit de38960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release-image/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
# https://github.com/coder/code-server/issues/5177
2323
chmod u+x ${ENTRYPOINTD}/*.sh
2424
sudo chown -R ${USER} ${ENTRYPOINTD}/*
25-
for f in ${ENTRYPOINTD}/*.sh; do
25+
for f in "${ENTRYPOINTD}"/*.sh; do
2626
echo "Running Entrypoint: ${f}"
2727
bash "${f}"
2828
done

0 commit comments

Comments
 (0)