6) tempfile: command not found
Change the two occurrances of this (classify_nonstatics.sh and conglomerate_functions.sh) to:
TMPFILE=`mktemp ${TMPDIR:-/tmp}/$$.XXXXXX`
I found that this didn't work on my Slackware 7.0 box, as it couldn't find the mktemp command. However, as an earlier post suggested, TMPFILE=tmp$$ seems to have done the job.
Now I just have to wait another few hours for it to render...
Actually, the stock price took a turn for the better after the news: http://finance.google.com/finance?q=mfe
I found that this didn't work on my Slackware 7.0 box, as it couldn't find the mktemp command. However, as an earlier post suggested, TMPFILE=tmp$$ seems to have done the job.
Now I just have to wait another few hours for it to render...