summaryrefslogtreecommitdiff
path: root/src/get.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/get.sh')
-rwxr-xr-xsrc/get.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/get.sh b/src/get.sh
index e414d07..a5039c1 100755
--- a/src/get.sh
+++ b/src/get.sh
@@ -148,10 +148,8 @@ get () {
for package in $(cat $out); do
if package_exists $package; then
set -- $(get_package_download_info $package)
- url=$1
checksum=$2
size=$3
- files=$4
if is_installed $package; then
if [ "$(get_installed_version $package)" != "$checksum" ]; then