]> https://gitweb.dealii.org/ - candi.git/commitdiff
candi.sh: added Fedora 21 for guessing of a platform
authorUwe Köcher <koecher@hsu-hamburg.de>
Wed, 1 Oct 2014 14:02:31 +0000 (16:02 +0200)
committerUwe Köcher <koecher@hsu-hamburg.de>
Wed, 1 Oct 2014 14:02:31 +0000 (16:02 +0200)
candi.sh

index e25e12d90e901c833377805cbcb155a6dcda2f3c..74e231ac341a4cfb34aa2759fd9b470502e4b085 100755 (executable)
--- a/candi.sh
+++ b/candi.sh
@@ -337,7 +337,8 @@ guess_platform() {
         local FEDORANAME=`gawk '{if (match($0,/\((.*)\)/,f)) print f[1]}' /etc/fedora-release`
         case ${FEDORANAME} in
             "Schrödinger’s Cat"*) echo fedora19;;
-            Heisenbug*)           echo fedora20;;
+            "Heisenbug"*)         echo fedora20;;
+            "Twenty One"*)        echo fedora21;;
         esac
     elif [ -f /etc/redhat-release ]
     then

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.