Remove 2 bashisms, unsure about the last. (#11189)

This commit is contained in:
kij 2018-08-24 15:57:18 +02:00 committed by radare
parent 703ae306cc
commit 10265a0507
1 changed files with 1 additions and 1 deletions

View File

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