1
0
Fork 0
This commit is contained in:
mfranz 2007-01-29 19:57:54 +00:00
parent feaf223d88
commit 6f073760af

View file

@ -11,7 +11,7 @@
# enable colors on Unix (checks second character in module path for colon)
#
if (caller(0)[2][1] != ":") {
if (caller(0)[2][1] != `:`) {
_c = func(color, s) { "\x1b[" ~ color ~ "m" ~ s ~ "\x1b[m" }
} else {
_c = func(dummy, s) { s }