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:
commit
ab4a3f6398
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user