1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

build-gnu.sh: indent comment

This commit is contained in:
Daniel Hofstetter 2023-07-29 08:18:35 +02:00
parent 5c65f44957
commit 055a76728f

View file

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