> if I just missed something.
>
> You have to quote arguments inside [ ] or bad things(tm) happen.
AFAIK, that's only if you test something that can evaluate to empty,
eg:
$ test $FOO = "bar"
-bash: test: =: unary operator expected
$ test "$FOO" = "bar"
> In particular, without the belo
I don't see this reported anywhere yet, and I'm surprised. Apologies
if I just missed something.
You have to quote arguments inside [ ] or bad things(tm) happen.
In particular, without the below patch, rxvt is unable to run
/bin/sh as a login shell and flashes a warning on the screen.
Please ap
2 matches
Mail list logo