commit b580b975b8f2dc476c720eaaa0a7f849775b41f9 parent 464b27701ebe7b0850a22170d48a278fe6cd3e57 Author: Jan Pobříslo <ccx@te2000.cz> Date: Thu, 16 Dec 2021 19:16:40 +0000 Check for /usr/bin/sh. Diffstat:
M | zsh-functions/confz_containers_init | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -812,7 +812,7 @@ confz_container_void_xbps_check() { --yes base-files xbps dash ) - [[ -f $vars[root]/usr/bin/xbps-install ]] + [[ -f $vars[root]/usr/bin/xbps-install && -f $vars[root]/usr/bin/sh ]] } confz_container_void_image_check() {