Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
About 'test' compatibility
- X-seq: zsh-workers 16719
- From: DervishD <raul@xxxxxxxxxxxx>
- To: Zsh <zsh-workers@xxxxxxxxxx>
- Subject: About 'test' compatibility
- Date: Tue, 26 Feb 2002 21:07:46 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: ViaDomus
- Reply-to: DervishD <raul@xxxxxxxxxxxx>
- Sender: DervishD <raul@xxxxxxxxxxxx>
Hello all :))
This may be a stupid question. If so, please excuse me.
I'm trying to use zsh for building the linux kernel, but the
configuration scripts make use of the '[' builtin, and assume that
'-a' means 'and', and not 'true if file exists'. The matter is that
the script is not using '[[', but just '['. The zsh.info file says
that '[' is included for compatibility and that it is just like the
system 'test'...
What can I do for using zsh with the linux kernel (and not,
building a 'bash' just for it is not a solution ;)))).
Thanks a lot :)
Raúl
Messages sorted by:
Reverse Date,
Date,
Thread,
Author