summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2017-01-06 17:20:16 +0100
committerJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2017-03-04 15:03:37 +0100
commit15f16162fb960e496c971b2be45b5155e0f4427b (patch)
treed686487a4b3e3986a96017f791be43959ea1a592 /lib
parentfea14fa28621a06e78d5c0c360efefa7097d6fbb (diff)
downloaddevtools32-15f16162fb960e496c971b2be45b5155e0f4427b.tar.xz
lib: remove unused version, pkgparts
Diffstat (limited to 'lib')
-rw-r--r--lib/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.sh b/lib/common.sh
index 780962c..387fb8c 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -180,7 +180,7 @@ pkgver_equal() {
find_cached_package() {
local searchdirs=("$PWD" "$PKGDEST") results=()
local targetname=$1 targetver=$2 targetarch=$3
- local dir pkg pkgbasename pkgparts name ver rel arch size r results
+ local dir pkg pkgbasename name ver rel arch r results
for dir in "${searchdirs[@]}"; do
[[ -d $dir ]] || continue