<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 28 Jul 2011, at 11:49, Steven Howes wrote:</div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I'm getting this too on a freshly built English box. I'll see what I can do to fix it..</div><div><br></div><div>Interestingly, running '<span class="Apple-style-span" style="font-size: 12px; "><b>/usr/sbin/swatch -c /etc/swatch.conf'</b> from the command line doesn't produce the error..</span></div></div></blockquote><br></div><div>Adding</div><div><br></div><div>foreach $key (keys(%ENV))</div><div>{</div><div>    printf("%-10.10s: $ENV{$key}\n", $key);</div><div>}</div><div><br></div><div>To the start produces:</div><div><br></div><div><span class="Apple-style-span" style="font-size: small; ">HOME      : /root</span><span class="Apple-style-span" style="font-size: small; "><br></span><span class="Apple-style-span" style="font-size: small; ">LOGNAME   : root</span><span class="Apple-style-span" style="font-size: small; "><br></span><span class="Apple-style-span" style="font-size: small; ">SHLVL     : 1</span><span class="Apple-style-span" style="font-size: small; "><br></span><span class="Apple-style-span" style="font-size: small; ">_         : /usr/sbin/swatch</span><span class="Apple-style-span" style="font-size: small; "><br></span><span class="Apple-style-span" style="font-size: small; ">PATH      : /usr/bin:/bin</span><span class="Apple-style-span" style="font-size: small; "><br></span><span class="Apple-style-span" style="font-size: small; ">SHELL     : /bin/sh</span><span class="Apple-style-span" style="font-size: small; "><br></span><span class="Apple-style-span" style="font-size: small; ">PWD       : /root</span><span class="Apple-style-span" style="font-size: small; "><br></span><span class="Apple-style-span" style="font-size: small; ">USER      : root</span></div><div><span class="Apple-style-span" style="font-size: small; "><br></span></div><div><span class="Apple-style-span" style="font-size: small; ">So it looks like it's not getting the environment. Will try doing stuff...</span></div><div><span class="Apple-style-span" style="font-size: small; "><br></span></div><div><span class="Apple-style-span" style="font-size: small; ">S</span></div></body></html>