Skip to content

Commit

Permalink
Reverted back GNU+Linux to Linux from a050396.
Browse files Browse the repository at this point in the history
See allinurl#2077 for details on discussion.
  • Loading branch information
allinurl committed May 26, 2021
1 parent 732d43a commit c00ecaf
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/opesys.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,18 @@ static const char *os[][2] = {
{"OS X", "Macintosh"},
{"Darwin", "Darwin"},

{"Debian", "GNU+Linux"},
{"Ubuntu", "GNU+Linux"},
{"Fedora", "GNU+Linux"},
{"Mint", "GNU+Linux"},
{"SUSE", "GNU+Linux"},
{"Mandriva", "GNU+Linux"},
{"Red Hat", "GNU+Linux"},
{"Gentoo", "GNU+Linux"},
{"CentOS", "GNU+Linux"},
{"PCLinuxOS", "GNU+Linux"},
{"Arch", "GNU+Linux"},
{"Parabola", "GNU+Linux"},
{"Debian", "Linux"},
{"Ubuntu", "Linux"},
{"Fedora", "Linux"},
{"Mint", "Linux"},
{"SUSE", "Linux"},
{"Mandriva", "Linux"},
{"Red Hat", "Linux"},
{"Gentoo", "Linux"},
{"CentOS", "Linux"},
{"PCLinuxOS", "Linux"},
{"Arch", "Linux"},
{"Parabola", "Linux"},

{"FreeBSD", "BSD"},
{"NetBSD", "BSD"},
Expand Down

0 comments on commit c00ecaf

Please sign in to comment.