On Mon, Aug 22, 2011 at 11:56 AM, Ivan Shmakov <ivan@gray.siamics.net> wrote: > > I guess that it may be related to the recent switch from Bash to > Dash as /bin/sh, which doesn't seem to support &>. > > If that's true, then changing it to, e. g., > ./test.log 2>&1 > will probably solve the problem. > Thanks, that works for me.