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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-09 15:12:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-09 15:12:15 +0300
commitb808458daa86105dd2101893961338912961ee92 (patch)
tree5a3b432668a2340cced92eeaa2654604ba0efef9 /bin/with_env
parent1aa9cd3080e7ef34b7b021f23222d3990e4a1128 (diff)
Add latest changes from gitlab-org/gitlab@master
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