remove bug in err

This commit is contained in:
randomuser 2021-03-06 21:47:29 -06:00
parent ce3431afa8
commit 014ed77574
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ cache () {
}
err () {
printf "err: %s\n" ${1}
[ -z ${2} ] 2=1
[ -z "${2}" ] 2=1
exit ${2}
}
sync () {