tazbug diff tazbug-box @ rev 49
Add a small dashboard plugin and misc fixes
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Jan 05 00:01:34 2014 +0100 (2014-01-05) |
parents | 4e45eb4505eb |
children | 02a11d8d636e |
line diff
1.1 --- a/tazbug-box Tue Apr 03 22:50:25 2012 +0100 1.2 +++ b/tazbug-box Sun Jan 05 00:01:34 2014 +0100 1.3 @@ -98,7 +98,7 @@ 1.4 pkgs="$(echo $main | cut -d "|" -f 3)" 1.5 if [ "$bug" ] && [ "$desc" ]; then 1.6 tazbug new-bug --bug="$bug" --desc="$desc" --priority=$priority \ 1.7 - --pkgs="$pkgs" 1.8 + --pkgs="$pkgs" | output 1.9 fi 1.10 } 1.11