1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #5118 from cakebaker/build_gnu_sh_indent_comment

build-gnu.sh: indent comment
This commit is contained in:
Daniel Hofstetter 2023-07-29 13:55:53 +02:00 committed by GitHub
commit 645be5bd90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ echo "UU_BUILD_DIR='${UU_BUILD_DIR}'"
cd "${path_UUTILS}" && echo "[ pwd:'${PWD}' ]"
if [ "$(uname)" == "Linux" ]; then
# only set on linux
# only set on linux
export SELINUX_ENABLED=1
fi