On Mon, Sep 10, 2007 at 11:44:24AM +0200, Didier Wiroth wrote: > Hello, > When I do my own release I noticed that a file called [ is created in the > /bin directory: [...] > This file is not present in the official base4x.tgz file (from ftp or cd).... I'm afraid you're not paying enough attention. Of course it's there. Or maybe you're forgetting [ is a special character for file-globbing ?
Basic unix knowledge: [ is another name for test. The only difference is that [ requires a corresponding ]-end marker. Most shells have it as a built-in these days, but it's still required.