From 3eac277542d6d16d95fd2fb908dd5564e120056f Mon Sep 17 00:00:00 2001
From: Dubiousjim <dubiousjim@gmail.com>
Date: Fri, 5 Jul 2013 00:21:22 -0400
Subject: [PATCH] abuild-sign: make vars local

---
 abuild-sign.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/abuild-sign.in b/abuild-sign.in
index 3303750a7841..777114a33fb0 100644
--- a/abuild-sign.in
+++ b/abuild-sign.in
@@ -16,6 +16,8 @@ fi
 . "$datadir/functions.sh"
 
 do_sign() {
+	local f i keyname repo
+
 	# we are actually only interested in the name, not the file itself
 	keyname=${pubkey##*/}
 
-- 
GitLab