Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新配置方式 #14

Merged
merged 19 commits into from
Apr 10, 2021
Prev Previous commit
Next Next commit
修改版本号
  • Loading branch information
bjdgyc committed Apr 10, 2021
commit 4b00c12ef30b576e435e015fd5dcc0e810937b50
12 changes: 6 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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
}

#当前目录
Expand Down