From d0e41eb1b1a1cb79365836da728908ed26253db4 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Fri, 8 Oct 2021 13:17:04 +0800 Subject: Fix script issue change bash to sh Issue-ID: MULTICLOUD-1408 Signed-off-by: Bin Yang Change-Id: I5c52608a83fba32e30a39836cb6872167733d514 --- windriver/initialize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windriver') diff --git a/windriver/initialize.sh b/windriver/initialize.sh index be8e56ec..8c31d98a 100644 --- a/windriver/initialize.sh +++ b/windriver/initialize.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (c) 2017-2018 Wind River Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit 1.2.3-korg