fix typos
This commit is contained in:
		| @@ -30,7 +30,7 @@ if test -t 1; then | |||||||
| fi | fi | ||||||
|  |  | ||||||
| append_msg() { | append_msg() { | ||||||
|     if test $# -ne 0; then |     if test $# -ne 1; then | ||||||
|         echo -n ": ${bold}$*" |         echo -n ": ${bold}$*" | ||||||
|     fi |     fi | ||||||
|     echo "${normal}" |     echo "${normal}" | ||||||
| @@ -96,7 +96,8 @@ run() { | |||||||
|             return 0 |             return 0 | ||||||
|         fi |         fi | ||||||
|     else |     else | ||||||
|         return 1 |         success | ||||||
|  |         return | ||||||
|     fi |     fi | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user