"Karl M. Hegbloom" <[EMAIL PROTECTED]> writes: > The special thing was to have upgraded to Bash-2.0. I just > downgraded to 1.14.7, and the scripts run now. I think we should > report this as a Bash bug.
Check to see if you have a "set -a" (or +a) anywhere in your bashrc, or related bash setup files. If you do, this could be the problem. In bash 2.0 "set -a" causes trouble. On my system, "set -a; set +a" causes all subsequent invocations of man to hang. Just a thought -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .