[gull] compilateurs Intel>profile.d>debian

BRINER Cedric briner at infomaniak.ch
Tue Mar 23 13:37:02 CET 2004


Parfaitissime !

excellent, bestiallissime , je sais il m'en faut peu mais bon

Bonne journée à vous !

et merci encore pour vos précieuses informations

> for i in /etc/profile.d/*.sh ; do
>         if [ -x $i ]; then
>                 . $i
>         fi
> done
> unset i
> --------
> 
> dans /etc/csh.cshrc, rajouter ces lignes en fin
> --------
> test -d /etc/profile.d
> if ($status == 0) then
>         set nonomatch
>         foreach i ( /etc/profile.d/*.csh )
>                 test -r $i
>                 if ($status == 0) then
>                         if ( $shlvl == 1 ) then
>                                 $shell -f $i && source $i || echo "/etc/csh.cshrc: error in $i"
>                         else
>                                 source $i
>                         endif
>                 endif
>         end
>         unset i nonomatch
> endif
> --------

Cédric BRINER



More information about the gull mailing list