diff --git a/buildtool.sh b/buildtool.sh index 706a008..cd691f2 100755 --- a/buildtool.sh +++ b/buildtool.sh @@ -38,7 +38,7 @@ function warnh() { } ## Warning (extension) function warne() { - echo -e "${BUILDTOOL_COLOR_WARN} : ${*}${BUILDTOOL_COLOR_RESET}" + echo -e "${BUILDTOOL_COLOR_WARN} ${*}${BUILDTOOL_COLOR_RESET}" } ## Error (header) function errorh() { @@ -46,7 +46,7 @@ function errorh() { } ## Error (extension) function errore() { - echo -e "${BUILDTOOL_COLOR_ERROR} : ${*}${BUILDTOOL_COLOR_RESET}" + echo -e "${BUILDTOOL_COLOR_ERROR} ${*}${BUILDTOOL_COLOR_RESET}" } # Banner