From 7991ed76c3c1b6ed447ee0f26c8fefe6ca9a3a13 Mon Sep 17 00:00:00 2001 From: Vivekanand Veeracholan Date: Wed, 18 Aug 2021 18:25:44 -0700 Subject: meta-google: Fix inplace-gbmc-version.sh The script has a "#!/bin/bash" at the end of its command causing failure. Signed-off-by: Vivekanand Veeracholan Change-Id: I9b9e8fe9ee8a4374637e8fa95c0fa17b44e7ebb9 --- .../recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-version.sh b/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-version.sh index 0c5c4e787..039101876 100644 --- a/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-version.sh +++ b/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-version.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -grep '^VERSION_ID=' /etc/os-release | sed 's,.*-\([^-]*\),\1,g' | tr -d '\n'#!/bin/bash +grep '^VERSION_ID=' /etc/os-release | sed 's,.*-\([^-]*\),\1,g' | tr -d '\n' -- cgit v1.2.3