X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/5d1f4e278fa37b9b7f23fcdffc49d3028a4b178e..d9ca01b99b8476719e958e0c6ec0a9fcda348e51:/backend.py diff --git a/backend.py b/backend.py index d6fac78..576486c 100644 --- a/backend.py +++ b/backend.py @@ -37,7 +37,7 @@ import util as U CONF.DEFAULTS.update( ## A directory in which we can create lockfiles. - LOCKDIR = OS.path.join(ENV['HOME'], 'var', 'lock', 'chpwd')) + LOCKDIR = OS.path.join(HOME, 'lock')) ###-------------------------------------------------------------------------- ### Utilities.