Explorar o código

Justify 1.7.0 with colors

bryan hai 1 día
pai
achega
ee87cea8da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1798,7 +1798,7 @@ main() {
 
 # @section Helper functions
 debug() { ((DEBUG)) && echo "Debug: $*"; }
-err() { echo "Error: $*" >&2; }
+err() { echo -e "\e[31mError: $*\e[0m" >&2; }
 ask_ok() {
   local response
   ((YES_SWITCH)) && return 0