haiki -> haiku :D
This commit is contained in:
Victor Kukshiev
2022-12-13 05:17:21 +03:00
committed by GitHub
parent eea3243d9d
commit 045245391e

View File

@@ -125,7 +125,7 @@ index 0000000..cf23ca5
+ fd = os.open(lockfile, os.O_RDONLY|os.O_NOCTTY|os.O_CREAT, 0o666)
+ fcntl.flock(fd, fcntl.LOCK_EX)
+ ret = subprocess.call(cmd_list)
+ # Haiki bug -- lock is not released on file close?
+ # Haiku bug -- lock is not released on file close?
+ fcntl.flock(fd, fcntl.LOCK_UN)
+ return ret
+