mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00: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…
Reference in New Issue
Block a user