From 74bd3557fe340555629fd8615c31fe4b6a8b8174 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Fri, 5 Sep 2008 10:40:31 -0700 Subject: [PATCH] add curly brace end to lock function that was oddly removed at one point. --- src/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common b/src/common index 40ba8de..25f7e4e 100644 --- a/src/common +++ b/src/common @@ -132,7 +132,7 @@ lock() { *) failure "bad argument for lock subfunction '$action'" esac - +} # check that characters are in a string (in an AND fashion). # used for checking key capability -- 2.25.1