Skip to content

Commit

Permalink
bug fix: possible unbounded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
afdaniele committed Apr 15, 2024
1 parent 61ad530 commit e84d8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launchers/jb-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source /environment.sh
set -eu

if [ ! -z "${IMPERSONATE_UID:-}" ]; then
sudo chown -R ${IMPERSONATE_UID}:${IMPERSONATE_GID} /tmp/jb/
sudo chown -R ${IMPERSONATE_UID} /tmp/jb/
fi

if [ "${DEBUG:-0}" = "1" ]; then
Expand Down

0 comments on commit e84d8ce

Please sign in to comment.