diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-07-04 20:09:43 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-07-04 20:09:43 +0200 |
commit | be4689a0e465dc820925c825418f32f0763b9bf7 (patch) | |
tree | 3c7f69c644237432f52e377a08dedb395ddf53b3 /src | |
parent | 08375ed421d18b48388169c7fc7cf4ca076577ba (diff) |
toru: add missing parenthesis.
Diffstat (limited to 'src')
-rwxr-xr-x | src/toru/toru | 2 |
1 files changed, 1 insertions, 1 deletions
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 |