修改版本号

This commit is contained in:
bjdgyc 2021-04-10 14:07:09 +08:00
parent 8c70cc2e10
commit 4b00c12ef3
1 changed files with 6 additions and 6 deletions

View File

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