Repo renewal

This commit is contained in:
Doug Le Tough 2017-08-16 10:30:28 +02:00
parent 89f19bc56a
commit dd55d466cf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
function exit_on_error function exit_on_error
{ {
ERROR="$@" ERROR="$@"
echo -e "\033[91m*** ${ERROR} ***\033[0m" echo -e "\033[91m*** ${ERROR} *** \033[0m"
exit 1 exit 1
} }