Remove 2 bashisms, unsure about the last. (#11189)
This commit is contained in:
parent
703ae306cc
commit
10265a0507
|
@ -335,7 +335,7 @@ R2PM_SVN() {
|
|||
}
|
||||
|
||||
R2PM_FAIL() {
|
||||
echo "\033[31mERROR: \033[32m$@\033[0m"
|
||||
printf "\033[31mERROR: \033[32m$@\033[0m\n"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue