From 9c06372cf6caa2ba25e9ab1f32cbb02b2d280b13 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Aug 2010 20:13:07 +0200 Subject: Fix typo --- db-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-functions') diff --git a/db-functions b/db-functions index e3f3504..9abb694 100644 --- a/db-functions +++ b/db-functions @@ -52,7 +52,7 @@ cleanup() { arch=${l#*.} if [ -d "$TMPDIR/.repolock.$repo.$arch" ]; then echo "Removing left over lock from $repo/$arch" >&2 - repo_unlock $repo $_arch + repo_unlock $repo $arch fi done if [ -d "$TMPDIR/.scriptlock.$(basename $0)" ]; then -- cgit v1.2.3-24-g4f1b