Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/with_env')
-rwxr-xr-xbin/with_env1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/with_env b/bin/with_env
index e678fa2f0cc..b0647a50e27 100755
--- a/bin/with_env
+++ b/bin/with_env
@@ -10,6 +10,7 @@ shift
# Use set -a to export all variables defined in env_file.
set -a
+# shellcheck disable=SC1090
. "${env_file}"
set +a