From 4b00c12ef30b576e435e015fd5dcc0e810937b50 Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Sat, 10 Apr 2021 14:07:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index edc77e1..ee86d7b 100644 --- a/build.sh +++ b/build.sh @@ -1,12 +1,12 @@ #!/bin/env bash set -x -function RETVAL(){ - rt=$1 - if [ $rt != 0 ]; then - echo $rt - exit 1 - fi +function RETVAL() { + rt=$1 + if [ $rt != 0 ]; then + echo $rt + exit 1 + fi } #当前目录