mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
No sense in echo -e if it isn't gonna -e
This commit is contained in:
parent
d26f679d75
commit
cc1d8eb153
@ -9,7 +9,7 @@ echo_cmd() {
|
||||
color() {
|
||||
[ -n "$NO_COLOR" ] && return
|
||||
|
||||
echo -ne "[0;${1:-0}m"
|
||||
echo -n "[0;${1:-0}m"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user