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
This commit is contained in:
amrein 2017-01-15 21:21:41 +00:00
parent 24cd536401
commit d668aeb488

View file

@ -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