Re: Slight OT: Making Firefox behave the same on FreeBSD and windows
Date: Sun, 25 Dec 2022 21:19:58 UTC
On Sun, 25 Dec 2022 11:23:23 -0700 Bob Proulx <bob@proulx.com> wrote: > Pseudocode for my guess at the way it is working. > > if $system in (Windows|Macintosh|Android|Linux) then More likely: if $browser in tested_list then > echo "Okay. Systems we accept." > else echo "Sorry we only support tested systems" -- Steve O'Hara-Smith <steve@sohara.org>