From be4689a0e465dc820925c825418f32f0763b9bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Mas=C5=82owski?= Date: Thu, 4 Jul 2013 20:09:43 +0200 Subject: toru: add missing parenthesis. --- src/toru/toru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toru/toru b/src/toru/toru index 9930661..0dadfe0 100755 --- a/src/toru/toru +++ b/src/toru/toru @@ -154,7 +154,7 @@ update() { # Keep removing unneeded stuff unset package_${_pkg} >/dev/null 2>&1 || true # Fill the list of packages to find - packages_in_abs+=($_pkg-$(get_full_version $_pkg) + packages_in_abs+=($_pkg-$(get_full_version $_pkg)) package_paths+=($_pkg:$_pkgpath) done # end pkgnames -- cgit v1.2.2