On Fri, Oct 17, 2003 at 12:37:10PM +0200, J?rg Schaible wrote: > BTW: It does also not know the "[ ]" syntax for a built-in test, you always have to > use "test": > > if test -f /etc/hosts; then > echo "/etc/hosts exist!" > fi
Beep. Wrong. It knows [ ] Corinna > and you cannot combine export with an assignment, you have to write separate > statements: > > VARIABLE=test > export VARIABLE Beep. Wrong, too. export var=value is a vaild bourne shell syntax. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/