summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorVivekanand Veeracholan <vveerach@google.com>2021-08-19 04:25:44 +0300
committerVivekanand Veeracholan <vveerach@google.com>2021-08-19 04:25:44 +0300
commit7991ed76c3c1b6ed447ee0f26c8fefe6ca9a3a13 (patch)
treec7a8c44320a064ce0846140e5f49d91bbbe70bae /meta-google
parentef9ee098e865a9e8fd81bbc80efc02cc63b5d839 (diff)
downloadopenbmc-7991ed76c3c1b6ed447ee0f26c8fefe6ca9a3a13.tar.xz
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 <vveerach@google.com> Change-Id: I9b9e8fe9ee8a4374637e8fa95c0fa17b44e7ebb9
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-version.sh2
1 files changed, 1 insertions, 1 deletions
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'