Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: better configure-time handling of program-transform



Clint Adams wrote:
>+u_ptn=`make -f - <<EOF
>+all:
>+	@echo ${program_transform_name}
>+EOF
>+`

What's this about?  What does it achieve that

	eval "u_ptn=${program_transform_name}"

doesn't?  Is the extra layer of expansion really necessary anyway?

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author