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 } #当前目录