From: Thanh Ha Date: Mon, 17 Sep 2018 13:23:01 +0000 (-0400) Subject: Set login shell for common-variables.sh X-Git-Tag: v0.25.0~5 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=8effe0e8ab26bb71f560c5d87099fdb9f192b086;hp=--cc;p=releng%2Fglobal-jjb.git Set login shell for common-variables.sh common-variables.sh is pulled in via list action before other shell scripts so needs a login shell set so that the scripts that come after correctly get their PATHs set. Issue: RT 60957 Change-Id: If33d1689d1be590cfe0e557335225be18b5103f7 Signed-off-by: Thanh Ha --- 8effe0e8ab26bb71f560c5d87099fdb9f192b086 diff --git a/shell/common-variables.sh b/shell/common-variables.sh index 6a5d2fb0..2b74fa5d 100644 --- a/shell/common-variables.sh +++ b/shell/common-variables.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -l # SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others.