void-packages/common/xbps-src/shutils
Heinrich Kruger 7c3f5a15b9
xbps-src: use unique names for bulk update commands
A regression introduced in 4c43245e0b is causing the 'xbps-src update-sys'
command to skip the final step of installing the updated packages.

This happens because the `cmd` variable name clashes with a loop
variable used in common/environment/setup/install.sh script (line 16).
Thus the `"$cmd" == installed` comparison
(common/xbps-src/shutils/bulk.sh line 122) fails and the installation
step is skipped.

Using unique variable names in `bulk.sh` avoids this problem.

Closes: #39969 [via git-merge-pr]
2022-10-15 15:55:37 +02:00
..
build_dependencies.sh
bulk.sh xbps-src: use unique names for bulk update commands 2022-10-15 15:55:37 +02:00
chroot.sh etc/conf: implement XBPS_MIRROR for remote repos 2021-12-22 23:12:06 +01:00
common.sh xbps-src: add flag to build broken packages 2022-04-26 21:29:11 +02:00
consistency_check.sh
cross.sh
pkgtarget.sh xbps-src: add flag to build broken packages 2022-04-26 21:29:11 +02:00
purge_distfiles.sh
show.sh
update_check.sh update-check: update all gnome case to have both ftp. and download. 2022-09-06 18:51:11 +07:00
update_hash_cache.sh