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:
parent
f850f1efa4
commit
88f2916822
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@ host_welcome_stub="$toolbox_config/host-welcome-shown"
|
|||
toolbox_welcome_stub="$toolbox_config/toolbox-welcome-shown"
|
||||
|
||||
# shellcheck disable=2046
|
||||
# shellcheck disable=SC1091
|
||||
eval $(
|
||||
# shellcheck disable=SC1091
|
||||
. /usr/lib/os-release
|
||||
|
||||
echo ID="$ID"
|
||||
|
|
Loading…
Reference in a new issue