Skip to content

Commit

Permalink
Allow lowercase "fedora" when detecting issue (autotools)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
d-torrance authored and mahrud committed Nov 3, 2024
1 parent 34dc599 commit 26c1f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ then if test -f /usr/bin/sw_vers
"debian"|"Debian"*) ISSUE_FLAVOR=Debian ;;
"ubuntu"|"Ubuntu") ISSUE_FLAVOR=Ubuntu ;;
"FedoraCore"*) ISSUE_FLAVOR=FedoraCore ;;
"Fedora"*) ISSUE_FLAVOR=Fedora ;;
"fedora"|"Fedora"*) ISSUE_FLAVOR=Fedora ;;
"RedHatEnterprise"*) ISSUE_FLAVOR=RedHatEnterprise ;;
"RedHat"*) ISSUE_FLAVOR=RedHat ;;
"Scientific"*) ISSUE_FLAVOR="ScientificLinux" ;;
Expand Down

0 comments on commit 26c1f75

Please sign in to comment.