tazbug diff tazbug-box @ rev 26
Small bug fix (it stable for 4.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 10 12:34:20 2012 +0200 (2012-04-10) |
parents | 4e45eb4505eb |
children | 02a11d8d636e |
line diff
1.1 --- a/tazbug-box Tue Apr 03 22:50:25 2012 +0100 1.2 +++ b/tazbug-box Tue Apr 10 12:34:20 2012 +0200 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