From e312f0402d96d2558889aac487740f8e8c2b5e1b Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Tue, 16 Jul 2013 18:59:44 -0400
Subject: src/pro-archman.sh: Update code style.

---
(limited to 'src')

diff --git a/src/pro-archman.sh b/src/pro-archman.sh
index e9ac0f7..692b84c 100644
--- a/src/pro-archman.sh
+++ b/src/pro-archman.sh
@@ -35,9 +35,10 @@ archive=
 # use() must be defined inline so it can be used to load other modules.
 use()
 {
-	local module default_dir lib_subdir dir
-
-	module="${1}"
+	local module="${1}"
+	local default_dir=
+	local lib_subdir=
+	local dir=
 
 	if [ "x${module%/*}" = "x${module}" ]; then
 		default_dir="${PKGLIBDIR}"
--
cgit v0.9.1