]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(color_indicator[0]): Add missing `['.
authorJim Meyering <jim@meyering.net>
Mon, 27 Feb 1995 16:37:54 +0000 (16:37 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 27 Feb 1995 16:37:54 +0000 (16:37 +0000)
src/ls.c

index d4d50558bd5ea27a7ec72b52fe81390494d89de9..080d6e143e5497d95f5a21c7dc5af0c18093ff58 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -346,7 +346,7 @@ struct indicator_type
 
 static struct indicator_type color_indicator[] =
 {
-  {LEN_STR_PAIR ("\033")},     /* lc: Left of color sequence */
+  {LEN_STR_PAIR ("\033[")},    /* lc: Left of color sequence */
   {LEN_STR_PAIR ("m")},                /* rc: Right of color sequence */
   {LEN_STR_PAIR ("\033[0m")},  /* ec: End color */
   {LEN_STR_PAIR ("0")},                /* fi: File: default */