fix typos

This commit is contained in:
2020-09-16 09:11:26 +00:00
parent 702d962426
commit c52028c4ac

View File

@@ -30,7 +30,7 @@ if test -t 1; then
fi
append_msg() {
if test $# -ne 0; then
if test $# -ne 1; then
echo -n ": ${bold}$*"
fi
echo "${normal}"
@@ -96,7 +96,8 @@ run() {
return 0
fi
else
return 1
success
return
fi
}