From b5f82aa7c319d09d4f0c50f68d37b9e0ee5086ad Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 30 Jan 2020 11:21:45 +0100 Subject: lib/intentions-queue: make comment on locking --- lib/intentions-queue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/intentions-queue b/lib/intentions-queue index 789d2d5..6744ca0 100755 --- a/lib/intentions-queue +++ b/lib/intentions-queue @@ -31,7 +31,8 @@ fi # intent_something # create an intention, provided on stdin -# note, that this function is not thread-safe +# note, that this function is not thread-safe - use the lock +# $package_database_lock_file externally intent_something() { local next_number next_number=$(( -- cgit v1.2.3