Writing pacman-mirrors.conf
Created by: fhdk
@guinux
I have spotted some minor inconsistensies in writing pacman-mirrors.conf
The previous standard was to insert spaces around x = y
.
Not having those affects pacman-mirrors in certain functions the app is checking the config file if a change should be written to a specific line. It has caused the change to be written to the end of the file.
if "OnlyCountry = " in line then:
or
if "Method = " in line then:
fails if it has been written as
Method=
or
OnlyCountry=