# HG changeset patch # User Pascal Bellard # Date 1302955538 -7200 # Node ID 2dd85684201efacc649942a201d03cf0d0dbccc7 # Parent fbe602f8bdd6a8019506425928045dc05837f4e7 libtazpanel: filter_taztools_msgs shows the status (again) diff -r fbe602f8bdd6 -r 2dd85684201e lib/libtazpanel --- a/lib/libtazpanel Sat Apr 16 14:02:37 2011 +0200 +++ b/lib/libtazpanel Sat Apr 16 14:05:38 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 s'/\[^Gm]*.//g//' + grep ^[a-zA-Z0-9] | sed s'/\[^Gm]*.//g' } # LOG activities