Le samedi 01 novembre 2014 à 03:58:23, Vincent Lefevre a écrit : > On 2014-11-01 14:18:24 +0100, Stéphane Aulery wrote: > > Sorry, I only read the manpage delivered by debian to write this line. > > This is not documented. This should work: > > > > (test -z "$DISPLAY") && (test "$TERM" = linux) && (test -c /dev/fb0) > > You shouldn't need parentheses; they run the command in a subshell.
test -z "$DISPLAY" && test "$TERM" = linux && test -c /dev/fb0 Like this then. > > > BTW, I wonder why all these bugs can't be merged. The merge seems > > > to have been accepted in the BTS (before the unmerge). > > > > I wanted this bug (767544) becomes the principal and the other attached to > > it. > > It seems that the "merge" connects all to the oldest bug. Are there a way to > > do what I want? > > I don't think that there is a "principal bug". The web interface displays one of the merged bug without changing over time. I think the oldest is the default choice. It is still problematic for the display of threads because they are not merged. I have had to merge and post the summary on the oldest bug. -- Stéphane Aulery -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org