diff options
Diffstat (limited to 'src/pro-archman.sh')
-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}" |