profile.d: Style fix
Fallout from88f2916822
anddcdfa3a1f5
https://github.com/containers/toolbox/pull/1176
This commit is contained in:
parent
2e437d69db
commit
76ef9b3abf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue