This commit is contained in:
wangchuxiao 2023-06-16 11:33:41 +08:00
parent e41c50d461
commit 72f8c6841b

View File

@ -1,8 +1,10 @@
#!/usr/bin/env bash
version=errcode
repository=${1}
if [ -z ${repository} ]
exit 0
if [[ -z ${repository} ]]
then
echo "repository is empty"
exit 0
fi
set +e