From aba26badf7791159be321d92e31726bcd764bafe Mon Sep 17 00:00:00 2001 From: TopRichard <121792457+TopRichard@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:18:46 +0100 Subject: [PATCH] Update init/bash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Thomas Röblitz --- init/bash | 1 - 1 file changed, 1 deletion(-) diff --git a/init/bash b/init/bash index d1383ec334..26598bb9dd 100644 --- a/init/bash +++ b/init/bash @@ -5,7 +5,6 @@ function show_msg { echo "$msg" fi } - # The following method should be safe, but might break if file is a symlink # (could switch to $(dirname "$(readlink -f "$BASH_SOURCE")") in that case) source $(dirname "$BASH_SOURCE")/eessi_environment_variables