fix err() in yt

This commit is contained in:
randomuser 2021-05-11 07:19:45 -05:00
parent cbb66c88a8
commit 215320b632
1 changed files with 1 additions and 1 deletions

View File

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