mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
patman: Change the location of patman config file
Move the config file from ~/.config/patman to ~/.patman as it is more appropriate to have it there. Update the same in the README. Signed-off-by: Vikram Narayanan <vikram186@gmail.com> Cc: Simon Glass <sjg@chromium.org> Cc: Wolfgang Denk <wd@denx.de> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Wolfgang Denk
parent
9595260e0b
commit
2b36c75d7b
@@ -69,7 +69,7 @@ def Setup(config_fname=''):
|
||||
"""
|
||||
settings = ConfigParser.SafeConfigParser()
|
||||
if config_fname == '':
|
||||
config_fname = '%s/.config/patman' % os.getenv('HOME')
|
||||
config_fname = '%s/.patman' % os.getenv('HOME')
|
||||
if config_fname:
|
||||
settings.read(config_fname)
|
||||
|
||||
|
Reference in New Issue
Block a user