diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2017-01-06 17:20:16 +0100 |
---|---|---|
committer | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2017-03-04 15:03:37 +0100 |
commit | 15f16162fb960e496c971b2be45b5155e0f4427b (patch) | |
tree | d686487a4b3e3986a96017f791be43959ea1a592 | |
parent | fea14fa28621a06e78d5c0c360efefa7097d6fbb (diff) | |
download | devtools32-15f16162fb960e496c971b2be45b5155e0f4427b.tar.xz |
lib: remove unused version, pkgparts
-rw-r--r-- | lib/common.sh | 2 |
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 |