Jason wrote:

> I'm not able to get it to run on my Mac --
> halfdane:~/Desktop jasonrm$ ./qbrowse.tk 
> Error in startup script: child process exited abnormally
>     while executing
> "exec egrep ^From: $FileName"
>     ("foreach" body line 2)
>     invoked from within
> "foreach FileName [glob *] {
>     set From [exec egrep ^From: $FileName]
>     set Subject [exec egrep ^Subject: $FileName]
>     regsub {^From: } $From {} ..."
>     (file "./qbrowse.tk" line 109)

The error is from exec, which is trying to run egrep. I'm assuming that
you don't have egrep in your path. I've rewritten that section of code
to remove the dependency on egrep, although I still depend on fgrep
elsewhere. Try Revision >=5, and see if that fixes it for you.

-- 
Unabashedly littering the information superhighway with detritus like
this for over 15 years now.

_____________________________________________
tmda-users mailing list (tmda-users@tmda.net)
http://tmda.net/lists/listinfo/tmda-users

Reply via email to