profile.d: Restore compatibility with Z shell

Otherwise, every zsh instance was running into:
  zsh: #: command not found...

Fallout from dcdfa3a1f5

https://github.com/containers/toolbox/pull/660
This commit is contained in:
Debarshi Ray 2021-01-06 19:58:38 +01:00
parent f850f1efa4
commit 88f2916822

View file

@ -6,8 +6,8 @@ host_welcome_stub="$toolbox_config/host-welcome-shown"
toolbox_welcome_stub="$toolbox_config/toolbox-welcome-shown"
# shellcheck disable=2046
eval $(
# shellcheck disable=SC1091
eval $(
. /usr/lib/os-release
echo ID="$ID"