1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Merge pull request #33 from DoomHammer/fix-conditional

Fix typo in condition
This commit is contained in:
Mayccoll
2016-03-19 20:02:18 -05:00

View File

@@ -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