On Sun, 1 Dec 2002 19:46:07 +0200 (EET), Omer Zak <[EMAIL PROTECTED]> wrote: > > Can someone please point out which system script clobbers my precious > setting of PS1 or what other mistake did I commit?
The simplest way is to add "set -x" to your script. You'll see if it is really called and any command executed afterward. If you want to save the output to disk add "exec 2> disk-file-name" (this has the disadvantage of hiding the prompt, to see the prompt and all commands run the command "tail -f -n 0 disk-file-name &" ). Ehud -- Ehud Karni Tel: +972-3-7966-561 /"\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il FAX: 1-815-5509341 / \ mailto:[EMAIL PROTECTED] Better Safe Than Sorry ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]