mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
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:
parent
24cd536401
commit
d668aeb488
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue