Merge remote-tracking branch 'kelvie/sudo-fix' into develop

develop
lethosor 2023-01-27 21:56:47 -05:00
commit bf95520949
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 1 deletions

@ -29,7 +29,7 @@ if [[ $(id -u) -eq 0 ]]; then
# If this was run using sudo, let's make sure the directories are owned by the
# real user (and set the BUILDER_UID to it)
builder_uid=$SUDO_UID
chown $builder_uid win64-cross win64-cross/output
chown -R $builder_uid win64-cross
fi
# Assumes you built a container image called dfhack-build-msvc from