From d668aeb488b78f4e5d5e9fdd1628c19d2af2ec52 Mon Sep 17 00:00:00 2001 From: amrein Date: Sun, 15 Jan 2017 21:21:41 +0000 Subject: [PATCH] Replace ' * Message' by ' - Message' to prevent shell substitution in error message git-svn-id: svn://ultimatepp.org/upp/trunk@10713 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/Scripts/domake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uppbox/Scripts/domake b/uppbox/Scripts/domake index 2520c0a23..05eb05b31 100755 --- a/uppbox/Scripts/domake +++ b/uppbox/Scripts/domake @@ -67,9 +67,9 @@ then log_debug_warning "Can't find clang++ compiler in PATH" log_debug_error "No compatible c++ compiler found in PATH" log_debug "${COLOR_WHITE}SOLUTIONS (a few):${COLOR_NC}" - log_debug " * Install a compatible gcc-c++ version (> $minimum_gcc_dumpversion)" - log_debug " * Or install clang++ LLVM compiler" - log_debug " * Or add clang++ or g++ path to the PATH variable (if clang++ or a g++ compatible version is already installed)" + log_debug " - Install a compatible gcc-c++ version (> $minimum_gcc_dumpversion)" + log_debug " - Or install clang++ LLVM compiler" + log_debug " - Or add clang++ or g++ path to the PATH variable (if clang++ or a g++ compatible version is already installed)" exit 1 fi