Yossi Kreinin <[email protected]> wrote:
And whether you're using csh or not, you can use "env DISPLAY= bk pull".

tcsh disagrees:

 > setenv A B
 > echo $A
 B
 > env A= echo $A
 B
 > env A=X echo $A
 B

That's obviously two completely different things there and not a valid test at all.

Please go and read an introduction to unix shells. Heck, it may even convince you to dump tcsh if you're lucky.

Cheers,

Martin.

Reply via email to