We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6838811 commit 4fa0079Copy full SHA for 4fa0079
startdev.sh
@@ -35,7 +35,7 @@ check() {
35
local message=$2
36
37
if [ $exit_code -ne 0 ]; then
38
- echo -e "${RED}ERROR: $message${RC}"
+ printf "%b\n" "${RED}ERROR: $message${RC}"
39
exit 1
40
fi
41
}
0 commit comments