diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-07-14 23:15:55 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-07-14 23:15:55 +0300 |
commit | 0228ecd114396c7698a3de575886de4422b128bd (patch) | |
tree | 1c87375dc01bcf7aa5bc8d30014974266e1624ff /eclass/live-artwork.eclass | |
parent | 4417f6ba1c8e7b6ea05afe3173ba4142829dc79c (diff) |
dropped unuseful syntax
Diffstat (limited to 'eclass/live-artwork.eclass')
-rw-r--r-- | eclass/live-artwork.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/live-artwork.eclass b/eclass/live-artwork.eclass index bfe99b3b..4f7ddbb1 100644 --- a/eclass/live-artwork.eclass +++ b/eclass/live-artwork.eclass @@ -18,9 +18,9 @@ GFX_SPLASH_NAME="${GFX_SPLASH_NAME:-live}" # @ECLASS-VARIABLE: PLYMOUTH_THEME # @DESCRIPTION: # Default plymouth theme name to use -if [ $(cat /etc/hostname) == "kogaion" ] ; then +if $(cat /etc/hostname) == "kogaion" ; then PLYMOUTH_THEME="${PLYMOUTH_THEME:-kogaion}" -elif [ $(cat /etc/hostname) == "argent" ] ; then +elif $(cat /etc/hostname) == "argent" ; then PLYMOUTH_THEME="${PLYMOUTH_THEME:-argent}" fi |