From 19703cc39def8caeb69cd64a47bc5ae4a1be6be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=89=A7?= <176873511@qq.com> Date: Sat, 7 Oct 2023 10:01:37 +0000 Subject: [PATCH] update icu_data/scripts/pkgdata.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘牧 <176873511@qq.com> --- icu_data/scripts/pkgdata.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icu_data/scripts/pkgdata.sh b/icu_data/scripts/pkgdata.sh index 67faae4..e08e960 100755 --- a/icu_data/scripts/pkgdata.sh +++ b/icu_data/scripts/pkgdata.sh @@ -26,6 +26,8 @@ check_program_exists() { echo "[ICUData]++++++++++++++++++Pkg icu data start.++++++++++++++++++++++" date +%F' '%H:%M:%S echo $@ +##### +##### script_path=$(cd $(dirname $0); pwd) arkui_root_path="$script_path/../../../.." -- Gitee