update busybox power against BusyBox 1.21.1 release
[busybox-power] / debian / patches / ls_color_red.patch
1 --- busybox-1.19.3.orig/coreutils/ls.c
2 +++ busybox-1.19.3/coreutils/ls.c
3 @@ -395,7 +395,7 @@
4  */
5  #define COLOR(mode) ( \
6         /*un  fi  chr  -  dir  -  blk  -  file -  link -  sock -   -  exe */ \
7 -       "\037\043\043\045\042\045\043\043\000\045\044\045\043\045\045\040" \
8 +       "\037\043\043\045\037\045\043\043\000\045\044\045\043\045\045\040" \
9         [TYPEINDEX(mode)])
10  /* Select normal (0) [actually "reset all"] or bold (1)
11   * (other attributes are 2:dim 4:underline 5:blink 7:reverse,