Fix script issue 50/124750/1 Istanbul
authorBin Yang <bin.yang@windriver.com>
Fri, 8 Oct 2021 05:17:04 +0000 (13:17 +0800)
committerBin Yang <bin.yang@windriver.com>
Fri, 8 Oct 2021 05:17:32 +0000 (13:17 +0800)
change bash to sh

Issue-ID: MULTICLOUD-1408
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I5c52608a83fba32e30a39836cb6872167733d514

fcaps/initialize.sh
pike/initialize.sh
pike/run.sh
pike/stop.sh
starlingx/initialize.sh
windriver/initialize.sh

index 4bb9ab3..9eb81fd 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # Copyright (c) 2017-2019 Wind River Systems, Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
index 6ce7d40..c079088 100755 (executable)
@@ -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");
index c3c962e..c4ac483 100755 (executable)
@@ -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");
index 38d101d..6343dd1 100755 (executable)
@@ -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");
index fca5529..6939a7e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # Copyright (c) 2019 Intel Corporation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
index be8e56e..8c31d98 100644 (file)
@@ -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");