mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-26 17:23:19 +01:00
Merge pull request #403 from nnyyxxxx/testing-4
Replace remaining echo -e statement
This commit is contained in:
commit
19b5336f34
@ -35,7 +35,7 @@ check() {
|
||||
local message=$2
|
||||
|
||||
if [ $exit_code -ne 0 ]; then
|
||||
echo -e "${RED}ERROR: $message${RC}"
|
||||
printf "%b\n" "${RED}ERROR: $message${RC}"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user