On 2023-01-25 18:37, Bart Schaefer wrote:
On Wed, Jan 25, 2023 at 6:13 PM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:"failed to find end of command substitution"You've copy-pasted wrong somewhere and have $( where you should have ${
for name in ${(k)parameters}; do
if [[ -z ${(P)name} ]]; then
print -r -- $name
fi
done
That's what I'm running. I suspected the same thing but ....