# HG changeset patch # User Pascal Bellard # Date 1303479770 -7200 # Node ID a780dfcb73c437d0f4e50132a1aa49de588fa04b # Parent 8e629a5d4882ab14cc5abcbe921b4f673dda3cb8 libtazpanel/filter_taztools_msgs: display any lines diff -r 8e629a5d4882 -r a780dfcb73c4 lib/libtazpanel --- a/lib/libtazpanel Fri Apr 22 14:57:12 2011 +0200 +++ b/lib/libtazpanel Fri Apr 22 15:42:50 2011 +0200 @@ -45,7 +45,7 @@ # Remove status and ESC char from tazpkg/tazlito commands output filter_taztools_msgs() { - grep ^[a-zA-Z0-9] | sed -e s'/\[^Gm]*.//g' \ + sed -e s'/\[^Gm]*.//g' \ -e ':a;s/^\(.\{1,68\}\)\(\[ [A-Za-z]* \]\)/\1 \2/;ta' \ -e 's#\[ OK \]#[ OK ]#' \ -e 's#\[ Failed \]#[ Failed ]#'