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

Re: More Configure problems



>That first interestingly positioned <$mf (sometimes I wonder if people
>do this deliberately) is supposed to be a redirection, but zsh is
>treating it like $(<...).  ksh behaves like sh here, i.e. only $(<...)
>has that behaviour.  Perhaps we should follow suit.

I think we should treat $(< x) and `< x` the same, as a special case of
null redirection.  If there's a command as well as the redirection,
execute the command.  zsh already gets it right if there's a space
before the <.

-zefram



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