diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-16 18:59:44 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-16 18:59:44 (EDT) |
commit | e312f0402d96d2558889aac487740f8e8c2b5e1b (patch) | |
tree | cea67784b8f6846beafa395a719c2b75603452e4 /src | |
parent | 5f465549d73b7886e80bee13b3845e436ac15943 (diff) |
src/pro-archman.sh: Update code style.
Diffstat (limited to 'src')
-rw-r--r-- | src/pro-archman.sh | 7 |
1 files changed, 4 insertions, 3 deletions
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}" |