Package: firmware-b43legacy-installer
Version: 1:015-8
Severity: grave

Commit da45837 turns the previous list-of-or'd tests (separated with
||) into a pipeline (separated with |), supposedly to "fix if
statement syntax". No idea what was wrong with the previous syntax.

Anyway, this simple test case should make things clear enough:

  $ true | false
  $ echo $?
  1

  $ false | true 
  $ echo $?
  0

The practical result of this change is: only the device id tested last
in the pipeline (i.e. 4325) is considered to be supported.

I suggest simply reverting that commit.

Cheers,
--
  intrigeri <intrig...@boum.org>
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
  | Then we'll come from the shadows.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to