From c61d85ac2a8d2aa6bacfa4719c5ec89e3c5de88c Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 17 Sep 2018 09:23:01 -0400 Subject: [PATCH] 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 --- shell/common-variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.16.6