summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py
index f49ee5544a..ccafda19e3 100644
--- a/bitbake/lib/bb/utils.py
+++ b/bitbake/lib/bb/utils.py
@@ -412,7 +412,7 @@ def lockfile(name, shared=False):
412 412
413 if not os.access(dirname, os.W_OK): 413 if not os.access(dirname, os.W_OK):
414 logger.error("Unable to acquire lock '%s', directory is not writable", 414 logger.error("Unable to acquire lock '%s', directory is not writable",
415 dirname) 415 name)
416 sys.exit(1) 416 sys.exit(1)
417 417
418 op = fcntl.LOCK_EX 418 op = fcntl.LOCK_EX