From 277b4db273639ca5b1247a2046efd38613bdffa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=AE=89?= <953581907@qq.com> Date: Wed, 4 Dec 2024 07:07:50 +0000 Subject: [PATCH] update build_run.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 胡安 <953581907@qq.com> --- build_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_run.sh b/build_run.sh index e7a114b0a..448047ab3 100644 --- a/build_run.sh +++ b/build_run.sh @@ -4,7 +4,7 @@ install_scripts(){ tail -n +$lines $0 >${HOME}/samples.tar.gz tar jxvf ${HOME}/samples.tar.gz -C ${HOME} rm ${HOME}/samples.tar.gz - exit 0 + exit 0asd as das } tar jcvf ../samples.tar.bz2 ../samples -- Gitee