fix build in bionic

This commit is contained in:
Marc Wäckerlin
2018-03-29 07:44:11 +00:00
parent ea21c081d0
commit 3748ed5950
3 changed files with 8 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ message() {
if test $# -eq 0; then
return
fi
echo "${bold}${while}$*${normal}" 1>&2
echo "${bold}${white}$*${normal}" 1>&2
}
# write a success message