From 179afff7a52d5661957aec662b3a1ef4ee9e6e40 Mon Sep 17 00:00:00 2001 From: Piotr Gaczkowski Date: Sat, 19 Mar 2016 15:55:46 +0100 Subject: [PATCH] Fix typo in condition --- _apply-colors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_apply-colors.sh b/_apply-colors.sh index d8e384c..16db712 100644 --- a/_apply-colors.sh +++ b/_apply-colors.sh @@ -15,7 +15,7 @@ function gnome_color () { # | # | Check for OS and decide how to apply # | =========================================== -if [ $(lsb_release -c -s) == "freya" ]; then +if [ $(lsb_release -c -s) = "freya" ]; then # | # | Apply Variables