From 88f2916822f1fdf71caff9d376587adc86b57f20 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 6 Jan 2021 19:58:38 +0100 Subject: [PATCH] profile.d: Restore compatibility with Z shell Otherwise, every zsh instance was running into: zsh: #: command not found... Fallout from dcdfa3a1f5a3421330397ea72c0df132a260853d https://github.com/containers/toolbox/pull/660 --- profile.d/toolbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.d/toolbox.sh b/profile.d/toolbox.sh index b1a634f..b68014c 100644 --- a/profile.d/toolbox.sh +++ b/profile.d/toolbox.sh @@ -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"