Skip to content

Commit

Permalink
Ensure we unquote the string to we get all the packages
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Linderud <[email protected]>
  • Loading branch information
Foxboron committed May 24, 2020
1 parent 8e4e611 commit 8eedd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repro.in
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ __END__
if [ -n "$fixup" ]; then
fixup_packages=$(echo $fixup| tr ' ' '\0' | xargs -0 -n1 -I{} bash -c "printf -- '%s\n' ${packages[*]} | grep {}")
exec_nspawn "$build" --bind="$(readlink -e ${cachedir}):/cache" bash -c \
'yes y | pacman -Udd -- "$@"' -bash "${fixup_packages}"
'yes y | pacman -Udd -- "$@"' -bash ${fixup_packages}
fi
fi

Expand Down

0 comments on commit 8eedd6e

Please sign in to comment.