We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7b229 commit fb3248cCopy full SHA for fb3248c
repro.in
@@ -269,7 +269,9 @@ __END__
269
<(printf '%s\n' "${buildinfo_packages[@]}" | rev | cut -d- -f4- | rev | sort) \
270
<(exec_nspawn build --bind="$(readlink -e ${cachedir}):/cache" pacman -Qq | sort))
271
272
- exec_nspawn build pacman -Rdd --noconfirm -- $uninstall
+ if [ -n "$uninstall" ]; then
273
+ exec_nspawn build pacman -Rdd --noconfirm -- $uninstall
274
+ fi
275
276
build_package "build" "$builddir"
277
remove_snapshot "build"
0 commit comments