On Sat, 1 Jul 2000 [EMAIL PROTECTED] wrote:
> On Fri, 30 Jun 2000, Pablo Saratxaga wrote:
>
> But it works under bash. Curious.....?????
> in which case 'set | grep -i shell' returns :
>
> LESS=-MM
> LESSKEY=/etc/.less
> LESSOPEN='|/usr/bin/lesspipe.sh %s'
> _=less
I mailed about this at least 3 or 4 times, both before and after 7.1 was
released. The problem is in /etc/profile.d, I don't have my 7.1 system to
get the exact filename now, but grep in the .csh files for setenv and
you'll see the problem. A bash person used the syntax:
setenv ENV="value"
instead of the proper syntax
setenv ENV "value"
Think we can please get this fixed now?
-dwild