Will Lowe <[EMAIL PROTECTED]> writes:
> Yup, kill the "eval" and life is good. Thanks, Mr. Browning.
You're welcome, but sheesh, call me Rob :>
One final word for those who were following this thread.
This
if [ ${PS1:-UNSET} = UNSET ]
should have been
if [ "${PS1:-UNSET}" = UNSET ]
Without the quotes, you can get problems when you have a prompt with
escape characters.
--
Rob
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .