From f2355f39b80861a99ebf60a372628ff164ed0a5a Mon Sep 17 00:00:00 2001 From: conglin Date: Tue, 9 Nov 2021 15:07:49 +0800 Subject: [PATCH] update oat Signed-off-by: conglin --- docker/build.sh | 4 ++-- docker/standard/build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/build.sh b/docker/build.sh index c2edcf71aee..e1f08d1ee47 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Copyright (c) 2020 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,6 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. - -#!/bin/sh docker build -t openharmony-docker:0.0.5 . diff --git a/docker/standard/build.sh b/docker/standard/build.sh index 9af19591449..c2b8fb34f8d 100755 --- a/docker/standard/build.sh +++ b/docker/standard/build.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Copyright (c) 2020 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,6 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. - -#!/bin/sh docker build -t openharmony-docker-standard:0.0.5 . -- Gitee