mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Fix last bashism
This commit is contained in:
parent
6838811e74
commit
4fa0079cb7
|
@ -35,7 +35,7 @@ check() {
|
||||||
local message=$2
|
local message=$2
|
||||||
|
|
||||||
if [ $exit_code -ne 0 ]; then
|
if [ $exit_code -ne 0 ]; then
|
||||||
echo -e "${RED}ERROR: $message${RC}"
|
printf "%b\n" "${RED}ERROR: $message${RC}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user