Set login shell for common-variables.sh 24/12624/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 17 Sep 2018 13:23:01 +0000 (09:23 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 17 Sep 2018 13:25:49 +0000 (09:25 -0400)
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 <thanh.ha@linuxfoundation.org>
shell/common-variables.sh

index 6a5d2fb..2b74fa5 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -l
 # SPDX-License-Identifier: EPL-1.0
 ##############################################################################
 # Copyright (c) 2017 The Linux Foundation and others.