profile.d: Style fix

Fallout from 88f2916822 and
dcdfa3a1f5

https://github.com/containers/toolbox/pull/1176
This commit is contained in:
Debarshi Ray 2022-11-24 15:56:07 +01:00
parent 2e437d69db
commit 76ef9b3abf

View file

@ -8,8 +8,8 @@ toolbox_config="$HOME/.config/toolbox"
host_welcome_stub="$toolbox_config/host-welcome-shown"
toolbox_welcome_stub="$toolbox_config/toolbox-welcome-shown"
# shellcheck disable=2046
# shellcheck disable=SC1091
# shellcheck disable=SC2046
eval $(
if [ -f /etc/os-release ]; then
. /etc/os-release