FriendlyNeighborhoodShane 69fa8961d2
apksigner: fix word splitting in script (#7069)
Any argument with an IFS char in it used to get resplit when passed to apksigner.
Adding quotes around `$@` preserves the intended arguments.
2021-06-28 21:29:27 +03:00
..